News

IDG. Figure 1. JDBC connects Java programs to databases. JDBC vs ODBC. Before JDBC, developers used Open Database Connectivity (ODBC), a language-agnostic standard approach to accessing a ...
So it is possible to access an ODBC database using JDBC. Types of JDBC drivers. The JDBC-ODBC bridge is referred to as the Type 1 JDBC driver. There are four types, with the distinctions being: The ...
Pros. The JDBC-ODBC Bridge allows access to almost any database, since the database’s ODBC drivers are already available. Type 1 drivers may be useful for those companies that have an ODBC ...
ODBC is a Microsoft-based specification used by databases such as Access and SQLServer. You can consider ODBC a competitor to JDBC, but that doesn't mean you can't connect to ODBC-compliant databases ...