give it a shot after lunch today. Your right though (from what you as well
as others have suggested) that CFHTTP to a query may be a bit more
efficient. I'm going to look into that this afternoon as well.
Jeff
-----Original Message-----
From: Pascal Peters [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 30, 2004 11:08 AM
To: CF-Talk
Subject: RE: Sorting help!
Or maybe more efficient if you read the file through cfhttp:
- read it in a query
- add a column formattedDate to the query
- loop over the query and insert DateFormat(query.date,"yyyy-mm-dd") in
the new column
- use QofQ to reorder the query (as below)
- if necessary, recreate the file from the query
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

