How many types of JDBC drivers are there and what are they?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is dburl?
How do you determine the sensitivity of the ResultSet object?
what is JDBC?
How to execute bulk number of queries at once?
What is Type-2 Driver and when this driver is used?
What are the different classes through which JDBC represents statements?
Explain some new features available in jdbc 4.0?
What is jdbc databasemetadata interface?
What is statement and resultset in jdbc?
What are the advantages of using jdbc datasource?
How can I determine where a given table is referenced via foreign keys?
What is the syntax of URL to get connection?