What is Type-2 Driver and when this driver is used?

Answers were Sorted based on User's Feedback



What is Type-2 Driver and when this driver is used?..

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

What is Type-2 Driver and when this driver is used?..

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

Post New Answer

More JDBC Interview Questions

What is two-phase commit in the database?

0 Answers  


How a database driver can be loaded with jdbc 4.0 / java 6?

0 Answers  


What are the main components of JDBC ?

0 Answers  


what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?

2 Answers  


After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse

2 Answers   Wipro,






what does batchUpdate does?

6 Answers   HCL,


What are static and dynamic queries?

1 Answers  


What is preparedstatement in jdbc?

0 Answers  


What are the measures to connect to the db using jdbc?

0 Answers  


What is the query used to display all tables names in SQL Server (Query analyzer)?

0 Answers  


What is a JDBC 2.0 DataSource?

0 Answers  


What is the meaning of connection?

0 Answers  


Categories