what is difference between type 4 driver and type 1 driver?
Answer Posted / jigar
Type 1: JDBC-ODBC Bridge Driver
The first type of JDBC driver is JDBC-ODBC Bridge which
provide JDBC access to any ODBC complaint databases through
ODBC drivers. Sun's JDBC-ODBC bridge is example of type 1
driver.
Type 4: Native-Protocol Pure Java Driver
Type 4 drivers are entirely written in Java that communicate
directly with vendor's database through socket connection.
Here no translation or middleware layer, are required which
improves performance tremendously.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How do you classify Dialog Box?
What is the difference between abstract classes and interfaces?
What is sortedmap interface?
What is runtime locatable code?
how we can make a read-only class in java?
Which is better singleton or static class?
Difference between abstract and concrete class ?
What is Hierarchy of exception?
What is the purpose of using javap?
What is ctrl m character?
What is an abstract class and what is it’s purpose?
How do you escape a string?
How do I run java on windows?
What is an anonymous class in java?
Give example to differentiate between call by value and call by reference.