JDBC Supported Drivers

You can access nearly any database through the JDBC API including Microsoft Access, Informix, InterBase, Microsoft SQL Server, Oracle, Paradox, Sybase, and xBase. JDBC provides this broad database support through four types of connectivity:

  • JDBC-ODBC Bridge— The JDBC-ODBC bridge, a driver provided in the Java Development Kit (JDK), allows existing ODBC drivers to be used through the JDBC API. However, this is not the best solution for using existing databases through the JDBC API because it requires the installation of ODBC drivers and client libraries. ODBC drivers are implemented natively, which compromises cross-platform support. There's a significant maintenance and distribution problem with using the JDBC/ODBC Bridge. ...

Get JavaBeans Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.