Database - JDBC, Java Server Pages, and MySQL - Discussion

Discussion Forum : JDBC, Java Server Pages, and MySQL - General Questions (Q.No. 16)
16.
Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge?
Type 1
Type 2
Type 3
Type 4
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Savita said:   9 years ago
Thanks for the given information, I want more detailed information about the topic.

Ershad said:   1 decade ago
Type-1 ODBC.
Type-2 C.
Type-3 Networks.
Type-4 Java.

Manche Shekhar said:   1 decade ago
The type1 driver calls Jdbc-Odbc driver. It uses Odbc driver. It converts java calls into odbc calls. It is not a pure java driver. so it is platform dependent driver. It's implementation given by sunmicro system.

Post your comments here:

Your comments will be displayed after verification.