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
Why should we close database connections in java?
What is a jdbc connection pool?
What is two-phase commit in the database?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Why we use jdbc instead of odbc?
How does jdbc connect to database?
How can we store the file in the oracle database?
What port does jdbc use?
Is jdbc faster than odbc?
What is a jdbc connection string?
How many types of resultset are there in jdbc?
How does a file store compare with a jdbc store?
What are restrictions on triggers?
What are the basic exceptions in jdbc?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?