Click here to Skip to main content
15,905,504 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Row 1 doesn't contain data for all columns.

During csv file uploading in mysql database and asp.net
Posted
Comments
Sergey Alexandrovich Kryukov 20-Apr-13 1:07am    
Not a question, sorry. Does not seem to make any sense.
—SA
JaffreenaMichael 20-Apr-13 1:40am    
<pre lang="css">load data infile 'D://TempFolder/A/B/Book1.csv'
into table customers
fields terminated by ','
lines terminated by '/n';</pre> if columns in .csv file matches columns in table
then it shouls work fine following this query

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900