A Microsoft Access database conversion tool to convert old and new Access database formats to some other popular SQL based databases and formats. It is built with Jackess, a Java library for reading and writing MS Access databases. It supports Access 97 and all versions 2000-2013.
Online Application
An online application that uses AccessConverter to convert databases can be found here https://lytrax.io/blog/tools/access-converter.
Dependencies
JDK 1.8
Apache Commons IO 2.5 (commons-io-2.5)
Apache Commons Lang 2.6 (commons-lang-2.6)
Apache Commons Lang 3.6 (commons-lang3-3.6)
Apache Commons Logging 1.2 (commons-logging-1.2)
SQLite JDBC Driver 3.18.0 (sqlite-jdbc-3.18.0)
JSR 353 (JSON Processing) 1.0.2 (javax.json-1.0.2)
Jackcess 2.1.8 (jackcess-2.1.8)
Features
- MDB to JSON
- ACCDB to JSON
- MDB to MySQL dump
- ACCDB to MySQL dump
- MDB to SQLite
- ACCDB to SQLite