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 a jdbc url?

447


How can you retrieve data from the resultset using jdbc?

531


What is a datasource in java?

488


What is jdbc url for mysql?

573


Is jdbc connection secure?

483






What is the major difference between java.util.date and java.sql.date data type?

474


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

502


Does jdbctemplate use prepared statements?

489


Why do we use jdbc?

496


What is connection pooling and why it is used?

504


What is the use of the statement in jdbc?

477


How do I disallow NULL values in a table?

525


What are the basic exceptions in jdbc?

507


Can I use JDBC to execute non-standard features that my DBMS provides?

535


What is execute in java?

501