How many types of JDBC drivers are there and what are they?

Answer Posted / harish

JDBC drivers are divided into four types.
1. JDBC-ODBC bridge.
2. Native API Partly Java Driver.
3. JDBC Net pure Java Driver
4. Native Protocol Pure Java Driver.

Is This Answer Correct ?    20 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?

492


What should be done for auto generating primary key id in a table ?

531


What are the common JDBC problems that you got and how do you solved them?

1965


How can I determine the isolation levels supported by my DBMS?

521


How to update a resultset programmatically?

597






What is the return type of class.forname() method?

550


What is the latest version of JDBC? What are the new features added in that?

525


What is the difference between jdbc and odbc?

530


What is the meaning of “dirty read” in the database?

567


Is jpa faster than jdbc?

509


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

3887


What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.

477


What are the differences between statement and preparedstatement interface?

524


Explain the JDBC Architecture?

570


Explain some new features available in jdbc 4.0?

612