I want to update a csv file to my database. Can you help with ideas. I am not sure how it's done. [ August 30, 2006: Message edited by: Patrick Mugabe ]
Patrick Mugabe
Ranch Hand
Joined: Jan 08, 2002
Posts: 132
posted
0
For those who might face the same problem, there's an open source csvJdbc driver that can be used. It reads from the cvs then you can use your ordinary JDBCjava code to insert into your database table
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
0
Is the problem the reading or writing of CSV files, or the DB access? If the former, have a look at a library that can work with CSV files, like the Ostermiller Utils. [ August 30, 2006: Message edited by: Ulf Dittmer ]