Mifune
Mifune

Reputation: 370

Recommended ODBC-JDBC bridge driver for Oracle

Sun's JDBC-ODBC bridge driver was meant as a short term solution when JDBC drivers weren't widely available, not recommended for production, etc etc. Yet due to a conjunction of many stupid decisions made on the part of many others, we're forced to use this to connect to Oracle rather than JDBC.

Are there any ODBC-JDBC bridge drivers out there, better than Sun's implementation...which are also free?

Upvotes: 0

Views: 2130

Answers (2)

ABKSystem
ABKSystem

Reputation: 56

Other options ( in second answer due to strange security check in stackoverflow, possibly they do not want new users)

Openlinksw Multi-Tier JDBC to ODBC Bridge Driver

Simba SDK allows to build custom jdbc or odbc drivers and bridges

Upvotes: 1

Related Questions