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 meant by a ResultSet?
Why we use while rs next ())?
Which Java and java.sql data types map to my specific database types?
Discuss the significances of jdbc.
What is a JDBC 2.0 DataSource?
What is a jdbctemplate?
What are the differences between statement and preparedstatement interface?
Jdbc-odbc bridge is multi-threaded or not?
Can we have foreign key reference to a non primary key column ?
What is a rollback in jdbc?
What are the components of jdbc?
Does jdbc require oracle client?