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

What is jdbc driver?

465


What is the meaning of connection?

533


What is JDBC Statement?

567


How MS-Access DB can be accessed over a network, using JDBC API?

2022


How to make updates to updatable result sets in jdbc?

496






What is jdbc and odbc?

510


Where is mysql jdbc driver located?

522


I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?

485


How can I retrieve a String or other object type without creating a new object each time?

583


What are the jdbc statements?

563


How do I connect to jdbc?

522


What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?

516


What is getconnection method in java?

510


Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.

525


Discuss the significances of jdbc.

524