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 |
Does sql allow null values ?
How can we execute stored procedures using callablestatement?
How data can be inserted into long row column of database?
What is the feature of jdbc v4?
What is the meaning of “dirty read” in the database?
How do you determine the sensitivity of the ResultSet object?
What is the use of jdbc?
can we create a own jdbc driver? how can we create?
What does adapter class provide?
How can you retrieve data from the resultset using jdbc?
What do you understand by DDL and DML statements?
Explain the steps in writing a java program using jdbc?