🎴 Flashcard Mode

Java, ASP.NET, and Reporting Systems Programming

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which type of driver provides JDBC access via one or more ODBC drivers?

AnswerClick to flip back
A
Type 1 driver
💡 Explanation:

Type 1 JDBC drivers are JDBC-ODBC bridges that translate JDBC calls into ODBC calls, relying on native ODBC drivers. Type 2 uses native database APIs, Type 3 uses a middleware server, and Type 4 is a pure Java direct-to-database driver.

Change Mode