Which JDBC driver type is the JDBC-ODBC type?
- Type 1
- Type 2
- Type 3
- Type 4
Answer:
- 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.