What is Type-2 Driver and when this driver is used?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / chandrarekha
Native-API partly java driver is the type-2 driver..this
driver is useful for applications over a network where in
this driver uses native library classes to map the jdbc
calls to native method calls and these calls are sent to
call level interface(CLI)....the functions in CLI are
written in c
| Is This Answer Correct ? | 0 Yes | 0 No |
What is drivermanager in jdbc?
What does the jdbc databasemetadata interface?
How a database driver can be loaded with jdbc 4.0 / java 6?
Explain what should be done when a SQL exception is raised?
How many types of jdbc drivers are available?
What are cursor attributes?
What are the functions of the jdbc connection interface?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
What is the use of dialect?
How does jdbc driver work?
Why isn't the java.sql.DriverManager class being found?
What are the different types of statements?