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 can you take care of mutual exclusion using java threads? : Java thread
Can you pass functions in java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Can this keyword be used to refer static members?
Explain importance of finally block in java?
What are the two types of streams offered by java 8?
What is the declaration statement?
What access modifiers can be used for methods?
What is nan inf?
What is the primitive type byte?
Is hashset ordered?
Difference between a class and an object?
What is += mean in java?
What is the use of parseint in java?
What will happen to the exception object after exception handling?