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
How does a custom RowSetReader get called from a CachedRowSet?
How to connect multiple database in jdbc?
How will you perform truncation using JDBC?
What protocol does jdbc use?
What is database connection pooling? Advantages of using a connection pool?
What is jdbc connection string?
What is jdbc resultsetmetadata interface?
What is ojvm used for?
Why prepared statements are faster?
What is the function of setautocommit?
What is the purpose of jdbc?
What is resultset?
What does jdbc setmaxrows method do?
What are the benefits of PreparedStatement over Statement?
State the three different ways in which you can create a table?