Import .xls file into a mysql database
I have a .xls file that i would like to import into a mysql database, I am ok creating the mysql table _temp in my webspace and try this code in mysql:
But error:Code:LOAD DATA INFILE
'D:/11_02_11.xls'
INTO TABLE _temp
FIELDS TERMINATED BY ',' IGNORE 1 LINES;
Any ideas most welcome.Quote:
[Err] 1261 - Row 1 doesn't contain data for all columns
Regards.

