 |
| Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

September 9th, 2004, 08:32 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2004
Posts: 106
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sort By when table dynamically built using FSO
Is this possible? I know that SORT BY Order ASC (for example) is possible and very common when communicating with a database, but is this possible, within a File system environment?
thanks,
nancy
|
|

September 9th, 2004, 08:33 PM
|
|
Authorized User
|
|
Join Date: Aug 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
File is text stream.. order is decided when u write
work around by reading db,and overwrite previous file
|
|

September 10th, 2004, 08:13 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2004
Posts: 106
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
What do you mean by "work around by reading db,and overwrite previous file" ?
Thanks for your reply,
Nancy
|
|

September 10th, 2004, 08:16 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Nancy,
This is possible, I have done that successfully long back, let me do a search on my backup on that and post here.
Cheers!
_________________________
- Vijay G
Strive for Perfection
|
|

September 10th, 2004, 08:20 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
|
|
|
|

September 10th, 2004, 08:29 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2004
Posts: 106
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks Happygv,
I appreciate how helpful you have been, in the past and again, now.
again thank you
Nancy
|
|

September 11th, 2004, 04:17 AM
|
|
Authorized User
|
|
Join Date: Aug 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
oh, my bad..
sort order of files, not sort within a file.
|
|
 |