Interesting, but my real question is the performance issue.  With large 
files and simultaneous users, will using CFFILE to read the file and 
importing to a table choke a machine even with a good amount of RAM?

BG


>From: "Ryan Emerle" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Querying a Text File vs An MS Access Table
>Date: Thu, 31 Jul 2003 12:23:58 -0400
>
>Here's a CFX tag that imports any type of delimited files and converts them 
>to a CF query.  It's mighty fast..
>
>http://www.insapi.com/products/development_tools.cfm#cfx_textimport
>
>Perhaps it is something that would be useful?
>
>-Ryan
>
>-----Original Message-----
>From: B G [mailto:[EMAIL PROTECTED]
>Sent: Thursday, July 31, 2003 12:19 PM
>To: CF-Talk
>Subject: Querying a Text File vs An MS Access Table
>
>
>I am building an application where users can upload a comma delimited text
>file to a unique user directory then retrieve the data from it for later
>use.  The structure of the file will be pre-defined and the users must
>follow that format.  Field names are included in the first row.
>
>I had intentionally decided not to import that data from the text file into
>a table because of the file size.  Reading the contents of a file with
>CFFILE puts the entire contents into a variable which takes up memory.  100
>users all working with 10 meg files at the same time could cause a problem.
>
>But I am finding that no host will offer to support a text ODBC connection.
>I even had one tell me it couldn't be done.  Also, a few have stated that
>querying a text file is too flaky to be considered reliable.
>
>Has anyone had any experience similar to this?  Am I worrying about using
>too much RAM unnecessarily?  Perhaps a more efficient way to get the
>contents of the text file other than CFFILE?
>
>Thanks!
>
>BG
>
>_________________________________________________________________
>Add photos to your messages with MSN 8. Get 2 months FREE*.
>http://join.msn.com/?page=features/featuredemail
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to