DEVFYI - Developer Resource - FYI

If I use the JDBC API, do I have to use ODBC underneath?

JDBC Interview Questions and Answers


(Continued from previous question...)

If I use the JDBC API, do I have to use ODBC underneath?

No, this is just one of many possible solutions. We recommend using a pure Java JDBC technology-enabled driver, type 3 or 4, in order to get all of the benefits of the Java programming language and the JDBC API.

(Continued on next question...)

Other Interview Questions