: I read about a possible alternative in the archives making the : uploaded text : file a datasource. An interesting option but I don't see how that would : work considering I will have multiple users running concurrently. Each : uploaded file would need to be named uniquely with the user's User_ID and : Session info.
On a Win2k system, if you crete a DSN pointing to flat files, the directory is the DB and the files are tables. That is, if you create a DSN named "flatfiles" and a user "17" uploads a file, you can select from it like <cfquery datasource="flatfiles" name="myQ"> select * from 17 </cfquery> We had a few problems with the MS textfile driver, but (IIRC) my boss switched to a Merant driver and all was happy. HTH --BenD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

