What database? If it is SQL Server, you may be able to set the import up as a DTS package, and then fire off the DTS package when the new file is uploaded. -jim
On 1/11/06, Robert Everland III <[EMAIL PROTECTED]> wrote: > We have a file upload process here where a user needs to upload a file, the > file then needs to be parsed through to get data out of it and inserted into > a database. The file is 1.4mb long. I'm having issues just reading and > looping through the file. Is there a better way to do something like this > than to read the file then do listgetat(string, x, delimeter) ? Seems there > has to be another way to do this. > > > > Bob > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229203 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

