How to read (and write) MS Access files (.mdb) in Java? Is there any open-source jdbc driver for MS Access?
|
|
|||||
|
|
|
You can use the open source Jackcess library to read an Access database through Java. However, from the project FAQ:
For later versions of Access, you can use Sun's JDBC-ODBC Bridge (step-by-step tutorial). |
||||
|
|
|
If you'd like to use Access as a JDBC database, check out the JDBC-ODBC Bridge driver. |
||
|
|
