Which JDBC driver type is the JDBC-ODBC type?

Which JDBC driver type is the JDBC-ODBC type?

  1. Type 1
  2. Type 2
  3. Type 3
  4. Type 4

Answer:

  1. Type 1

Explanation:

The JDBC type 1 driver, also known as the JDBC-ODBC bridge, is a database driver implementation that employs the ODBC driver to connect to the database. The driver converts JDBC method calls into ODBC function calls.

Comments