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
What are three ways in which a thread can enter the waiting state in java programming?
What is space character in java?
What is string data?
Program to Find the second largest element in an array.
What is meant by call by reference?
Why inputstreamreader is used in java?
What is keyset in java?
What is jit and its use?
Explain about core java?
When is the arraystoreexception thrown?
What is string buffer?
Write a program to reverse array in place?
Why do we create public static method in java?
What is the use of System class?
How many types of java are there?