What is Type-2 Driver and when this driver is used?
Answer Posted / guest
TYPE-2 driver is part java ,part native driver.This type of
driver uses a mixture of java implementation and native
access to database.This is similar to type-1 drivers except
there is one less layer to go through and this makes it
efficient over type-1 driver.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is jdbc odbc bridge?
How can we move the cursor in a scrollable result set?
Does jdbc use odbc?
Why hibernate is better than jdbc?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is jdbc architecture?
What is jdbc databasemetadata interface?
What do you understand by jdbc statements?
What is difference between odbc and jdbc?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What driver should I use for scalable Oracle JDBC applications?
How do I stop nullpointerexception?
What is the JDBC?
When do we get java.sql.SQLException: No suitable driver found?
What do you understand by jdbc driver and explain its types?