You can write your own - it’s not very difficult
- Install SQlite on your desktop - just go to sqlite.org
- Get JDBC access to SQLite (there are many JDBC drivers for SQLite)
- Access JDBC to your MDB (MS-Access) using JDBC (regular JDBC-ODBC bridge driver is OK)
- Voila!
source
share