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:)
[153 byte] By [mandava_ravisha] at [2007-9-23]
# 1
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).
zhaoyha at 2007-7-11 > top of java,Database Connectivity,Java Database Connectivity (JDBC)...