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

Answer Posted / guest

TYpe -1 Driver is JDBC-ODBC Bridge Driver.
odbc can't be used directly with jdbc,because it uses a c
interface.Moreover odbc make use of pointers which are
totally removed from java.The jdbc-odbc bridge driver
delegates the calls to the datasource.The standard jdk
includes the classes for bridge driver and there is no need
to install any additional classes.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is JDBC API and when do we use it?

574


What is layer in communication?

467


What is correlated subquery?

1745


Explain about Join?

597


Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

544






What are the 4 types of jdbc drivers?

512


How can you create jdbc statements?

536


Where can I find ojdbc14 jar file?

496


Differentiate between a statement and a preparedstatement.

499


What is jdbc drivers in java?

498


How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?

610


How to set the attribute concurrency in resultset?

506


What are the common jdbc exceptions?

518


Why do we need jdbc?

578


How can you use preparedstatement in jdbc?

522