how to insert data into the mysql table by giving as a text file
Hi,Any one know's how to insert data into the mysql table by giving as a text file as the input in JSP.Please respond ASAP.Thanks:)
At least you can try StringTokenizer to parse your text files. Or download a text JDBC driver to parse your files, for instance, HXTT Text(www.hxtt.net) or StelsCSV(www.csv-jdbc.com).