Forums
This topic is locked
test file
Posted 25 May 2004 21:49:44
1
has voted
25 May 2004 21:49:44 Carol Helbig posted:
I need to take information from a text file and append it to an existing table. Does anyone have any suggestions. I'm using SQL Server and Dreamweaver. The text file is deliminated by commas. Replies
Replied 26 May 2004 00:34:19
26 May 2004 00:34:19 Phil Shevlin replied:
php or asp?
Replied 28 May 2004 23:29:17
28 May 2004 23:29:17 Carol Helbig replied:
Solved the problem. I set up a SQL stored procedure that does a bulk insert. I then call the procedure.