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 a PreparedStatement?
How to make updates to updatable result sets in jdbc?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
Is the JDBC-ODBC Bridge multi-threaded?
Where is jdbc used?
What is device controller?
What type of drivers are used for web application?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
What is the meaning of “dirty read” in the database?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver?
Which type of JDBC driver is the fastest one?