how many JDBC drivers ?name them?

Answer Posted / yazhini

JDBC drivers are divided into four types or levels.There are:
Type 1:JDBC-ODBC Bridge driver(Bridge)
Type 2:Native-API/partly java driver(Native)
Type 3:All java/Net-protocol driver(Middleware)
Type 4:All java/Native-protocol driver(Pure)

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is JDBC RowSet? What are different types of RowSet?

555


How many ways that we can view a result set?

543


How to check jdbc connection in java?

503


How do I insert/update records with some of the columns having NULL value?

516


What are common JDBC Exceptions?

551






What are the differences between setmaxrows(int) and setfetchsize(int)?

546


Is jdbc database independent?

503


How to make updates to updatable result sets in jdbc?

496


When do we get java.sql.SQLException: No suitable driver found?

549


Why do you use a data source object for a connection?

548


What do you understand by jdbc driver and explain its types?

497


What is jdbc and odbc?

510


Is oracle client required for jdbc connection?

503


What is url in jdbc connection?

509


Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

546