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 is mena by object block any what is the use of that
Is java util regex pattern thread safe?
What is java life cycle?
What is meant by flickering?
Can you write a java class that could be used both as an applet as well as an application?
Can constructor be protected in java?
What is maximum size of arraylist in java?
What is overloading and overriding in java?
Is there is any difference between a scrollbar and a scrollpane?
What modifiers may be used with a top-level class?
What are "class access modifiers" in Java?
If I only change the return type, does the method become overloaded?
What is a functional interface?
Differentiate between == and equals().
What is compareto?