I am trying to export a lot of large tables from a MS Access db with java using the jdbc:odbc bridge. I wanted to save these tables to a CSV file first was wondering what would the best way to do this would be? any help would be appreciated.
Share
Fetch the values and write a standard text file line by line separating the values. I#m sure there are some libs for this purpose