Hello. Can anyone tell me if it's possible to export a table from Access into a text file using Java, and if so, give me an idea of how to do it. Thank you.
Printable View
Hello. Can anyone tell me if it's possible to export a table from Access into a text file using Java, and if so, give me an idea of how to do it. Thank you.
Connect to the Access database via JDBC-ODBC bridge and create a file based n the resultset.