View Single Post
  #7  
Old 03-18-2005, 09:24 AM
sysadmin
Hill Giant
 
Join Date: Feb 2005
Posts: 163
Default

some of the lines have a return & linefeed, just make sure when you shource them in the line appear like this:

Quote:
INSERT INTO doors VALUES
( bla , bla,-bla);
instead of this:
Quote:
INSERT INTO doors VALUES
(bla, bla,-
bla);
I have not had any problems sourcing any of the resulting files to my database, please post the errors you get so I can fix the error if it is in the source data or the code itself.
__________________
Sysadmin.

Last edited by sysadmin; 03-18-2005 at 11:29 PM..
Reply With Quote