Which ODBC-JDBC bridge maps its own calls to JDBC driver? [closed] Which ODBC-JDBC bridge maps its own calls to JDBC driver? [closed] database database

Which ODBC-JDBC bridge maps its own calls to JDBC driver? [closed]


So far I have found only a few paid solutions :

  1. Easysoft with their ODBC-JDBC Gateway
    • Install the ODBC driver as any other ODBC driver and then setup it to forwardits calls to a JDBC driver of your choice

  2. OpenLink with their Single/Multi Tier ODBC to JDBC Bridge
    • Like the one from EasySoft

  3. Simba with their SimbaEngine ODBC SDK
  4. Progress DataDirect with their Sequelink ODBC-JDBC Bridge
    • A guide is available for getting started.

P.S.: You can see the bridges in 1. and 2. in action here.


There is a project on sourceforge that looks suitable, http://odbcjdbc.sourceforge.net/

There is also a JDBC-ODBC bridge available from Oracle but I think that is the reverse of what you want. http://download.oracle.com/javase/1.5.0/docs/guide/jdbc/bridge.html