how many JDBC drivers ?name them?

Answer Posted / guest

There are 4 JDBC drivers are available:
*JDBC-ODBC Bridge Driver:-Popular name is Type-1 Driver.In
this connection some native code or native database client
code must be loaded on each client machine due to this
process it is slower than other drivers.It uses
JDBC-Bridge-ODBC means between JDBC and ODBC one bridge is
work that establise the connection between application and
DataBase... It is suitable for automatic installation and
downloading java technology application is not important.
*Native API partly Java Driver:-Known as Type-2 Driver.It
enables driver converts JDBC calls into calls on the client
API for Oracle or any other databases.This driver need to
load some binary code on client machine like JDBC-ODBC
Bridge Driver.
*Network Protocol Driver:-Known as Type-3 Driver.
*Jdbc net pure Java Driver:-Known as Type-4 Driver.

Is This Answer Correct ?    23 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the various types of locking system in jdbc?

476


Explain the JDBC Architecture?

550


What does the jdbc connection interface?

517


Give an example of code used for setting up connection with a driver.

503


What is jdbc thin client in oracle?

472






Explain the life cycle of jdbc.

622


Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?

506


Where is jdbc url mysql?

484


What are the standard isolation levels defined by JDBC?

554


Which database is used with java?

479


What is a jdbc connection pool?

491


What is jdbc connection?

634


What does jdbc do?

512


How to use JDBC to connect Microsoft Access?

575


What are the jdbc drivers in java?

503