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
Which is faster jdbc or odbc?
What is connection data?
Is jdbc faster than hibernate?
How to retrieve warnings in jdbc?
How can we store the file in the oracle database?
How can we move the cursor in a scrollable result set?
What is jdbc odbc bridge in java?
How to get the Database server details in java program?
What are the different types of statements? How we can you use preparedstatement.
How can you load the drivers?
Why are we using blob datatypes in jdbc?
In which ways is driver class is registered with drive manager?
What is db client?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.