The best way to write a type 2 (JNI) jdbc driver to proprietary data?

dave h

New member
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?
 
Back
Top