View Single Post
  #2 (permalink)  
Old 13-02-2007, 20:40
swexpert swexpert is offline
Premium Member
 
Join Date: Jan 2007
Posts: 209
Default

Hi Mark,
Are those special characters legitimate? If not, Most likely your file format is different. DOS v/s Unix file system. A carriage return/Line feed (enter key) gets replaced by these characters. Also, Ensure that the file from which you are copying is uploaded as TEXT not BINARY.

Also ensure that the table exists and the name is correct in your file.

From what I can see, ' (single-quote) is getting converted to these characters - ('Africa', '20mm', 258.5, 49.5),(NULL, 'Nero Africa', '30mm', 291.5,...
^ Why is this comma here?


Regds
IJ

Last edited by swexpert; 13-02-2007 at 20:51.
Reply With Quote