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
How do you insert images into database using jdbc?
What is a JDBC 2.0 DataSource?
How to test jdbc connection to sql server?
What is jdbc url for mysql?
What do you mean by metadata and why we are using it?
What are the jdbc api components?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
Explain the various types of locking system in jdbc?
What are different types of ResultSet?
How can I determine the isolation levels supported by my DBMS?
What is the use of JDBC DriverManager class?
What is jdbc servlet?
What port does jdbc use?
Can we return resultset in java?
What is statement and preparedstatement in java?