Small. Fast. Reliable.
Choose any three.
*** 12,17 ****
--- 12,23 ----
  
  _:*Note:* I don't think it supports SQLite right now, but this project can be continued and used for that purpose.
  
+ *: {link: http://jackcess.sourceforge.net/ Java Library for MS Access}
+ 
+ _: Jackcess ia a pure Java library for reading from and writing to MS Access databases. It is not an application. There is no GUI. It's a library, intended for other developers to use to build Java applications. Jackcess is licensed under the GNU Lesser General Public License.
+ 
+ _: This link was included in contrast to the MDB Tools link above. Similarly, it has no SQLite understanding at this time.
+ 
  *: 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.  It's simple and very dirty code, but it does work for simple databases.  It's attached to this document and you can do whatever you want with it.