Multiple choice

Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge?

  1. Type 1

  2. Type 2

  3. Type 3

  4. Type 4

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The JDBC-ODBC bridge is a Type 1 JDBC driver that provides JDBC access via ODBC drivers. Type 1 drivers are bridge drivers that translate JDBC calls into another database API (in this case, ODBC). Types 2, 3, and 4 use different architectures.