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 are the exceptions in jdbc?
What causes the "No suitable driver" error?
What is PreparedStatement?
How do I load a database driver with JDBC 4.0 / Java 6?
Does jdbctemplate close connection?
i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me
How do I check in my code whether a maximum limit of database connections have been reached?
How to store images in database?
RowSetInternal caller and returns void. What can I do in the readData method?
What is jdbc in java?
Explain about the drive manager class working?
What is a jdbc url?