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 an outer join?

3 Answers   Infogain,


How do I disallow NULL values in a table?

0 Answers  


What does executeupdate return in jdbc?

0 Answers  


How can you create jdbc statements?

0 Answers  


If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?

0 Answers  






Stored procedure purpose?

2 Answers  


What does connection pooling mean ?

0 Answers  


What are the differences between setmaxrows(int) and setfetchsize(int)?

0 Answers  


What is difference between odbc and jdbc?

0 Answers  


How to find the column count in resultset?

1 Answers   Wipro,


what happens if connection is not closed?

7 Answers   CTS,


Can the JDBC-ODBC Bridge be used with applets?

2 Answers  


Categories