| Author |
How to import CSV file into Mysql using jsp
|
Suganya Rajarethinam
Greenhorn
Joined: Sep 10, 2008
Posts: 11
|
|
Hi All,
I have tried to import CSV file into Mysql databse using jsp.Then i can able store the csv values into Mysql database and i getting error.
I have two fields in my database.There are file_id,file_data .The all CSV values inserted into file_data column only.
This is my output of database
file_id file_data
"4";"9994964548";"0"
Please assist me to solve this problem.
Regards,
Suganya.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56229
|
|
|
Do you really not indent your code?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How to import CSV file into Mysql using jsp
|
|
|