
November 19th, 2003, 07:25 PM
|
|
Contributing User
|
|
Join Date: May 2001
Location: Washington DC, USA
Posts: 156
Time spent in forums: 26 m 7 sec
Reputation Power: 13
|
|
|
If the server happens to have PHP on it as well, check out phpMyAdmin - it's a web-based tool for managing a MySQL DB and a lot of web hosts have it installed.
If not, how about uploading the text file to the server, and then writing a ColdFusion script to read it (CFFILE action="read"), CFLOOP (using newline, either #Chr(13)# or #Chr(10)# as a delimiter) to move through the file line-by-line and then CFINSERT to populate your table?
|