What is appropriate method to import csv JSP file into database?
Hi guys,
I am using SQL server database and some results are saved in CSV file using JSP and now I want to import csv jsp format file into local database SQL Server for my web base application.
I have tried different SQL Query but none works. Changing Java code in jsp also fails to fulfill my choice.
Please help me how to import and use them in MYSQL database?








