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

How does jdbc connect to database?

474


What is jdbc driver for sql server?

532


How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?

618


How we can you use preparedstatement.

550


java based application for hospital management

3444






What is an encrypted internet connection?

499


What are the differences between execute, executequery, and executeupdate?

483


What is thin driver in jdbc?

508


Is jdbc database independent?

492


Which jdbc drivers will run your program?

514


What is connection commit?

497


Where is jdbc url mysql?

498


What is 2 phase commit?

557


Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

520


What is phantom read and which isolation level prevents it?

501