*: {link: http://mdbtools.sourceforge.net/ MDB Tools} _: The MDB Tools project is a effort to document the MDB file format used in Microsoft's Access database package, and to provide a set of tools and applications to make that data available on other platforms. _:Specifically, MDB Tools includes programs to export schema and data to other databases such as MySQL, Oracle, Sybase, PostgreSQL, and others. _:Also, included is a SQL engine for performing simple SQL queries. The 0.5 release includes an updated GUI interface (screenshot is available here). A sparse but functional ODBC driver is included as well. _:MDB Tools currently has read-only support for Access 97 (Jet 3) and Access 2000/2002 (Jet 4) formats. Access 2000 support is a recent addition and may not be as complete as Jet 3 support. _:Write support is currently being worked on and the first cut is expected to be included in the 0.6 release. _:*Note:* I don't think it supports SQLite right now, but this project can be continued and used for that purpose. *: Simple VB MDB to SQLite _: I coded up a small limited visual basic tool that takes in an MDB and produces a text file that can be piped into the sqlite command line tool to create a database from it. It's simple and very dirty code, but it does work. It's attached to this document and you can do whatever you want with it.