Published in OpenLink ODBC, JDBC, ADO.NET Data Access Drivers Blog·May 14, 2016JDBC-to-ODBC Bridge options — for the Latest Release of Java Virtual Machine, and BeyondIn the beginning… — When Sun originally released Java 1.0, there were no JDBC drivers — there wasn’t even a JDBC. Data access came in Java 2.0, as JDBC 1.0, but there were very few JDBC drivers from any source, as would be expected with any new technology — but the ODBC ecosystem (itself…Java4 min readJava4 min read
Published in OpenLink ODBC, JDBC, ADO.NET Data Access Drivers Blog·Apr 26, 2016What are Multi-Tier ODBC-JDBC Bridge Drivers?ODBC Drivers that provide access to SQL Data Sources by way of a bridging layer. Fundamentally, this bridging-layer provides an ODBC compliant application with an entry point that’s mapped to an JDBC exit point. Architecturally, a Multi-Tier Driver has two tiered components: Client and Server. In our case, you have…Middleware2 min readMiddleware2 min read