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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / swetha

jdbc-odbc bridge is called as the type1 driver.It is used
for translates the jdbc call to the odbc call and sends
them to odbc.It allows many different databases.

Is This Answer Correct ?    1 Yes 1 No

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

Answer / chandrarekha

JDBC-ODBC driver is called the type 1 driver..it used for
standalone applications only...it is the default driver
therefore not necessary to install the driver like type
2,3,4....and it's not useful for applications over network
and over web...the driver converts the statements/JDBC
calls into opendatabase connectivity calls based on which
the data is retrived from the database

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More JDBC Interview Questions

Where can I find ojdbc14 jar file?

0 Answers  


Difference between servlet and applet method?

3 Answers  


How does JDBC differ from ODBC?

7 Answers  


What is an outer join?

3 Answers   Infogain,


What is type 4 jdbc driver?

0 Answers  






Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.

6 Answers  


What is a statement in java?

0 Answers  


What is two-phase commit in the database?

0 Answers  


Briefly tell about the jdbc architecture.

0 Answers  


Is jdbc a framework?

0 Answers  


java based application for hospital management

0 Answers  


What is statement and resultset in jdbc?

0 Answers  


Categories