I need to get some ideas on the best open source JDBC driver to interface with my C-routines to read/write to/from my proprietary data store. I could interface the data to a open source database (for example SQLlite or MySQL) I could also interface the data directly to the JDBC driver via a JNI (jdbc type 2) interface. Any suggestions?