We have some legacy applications that use an ODBC driver for accessing their databases.
I'm looking for an ODBC driver that would be able to map its own calls to a JDBC driver (ODBC-JDBC bridge).
Eventually, I'm interested with some documentation and/or pointers for writing this kind of bridge.