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 |
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
what is call level interface?
What is JDBC Driver interface?
Why should we close database connections in java?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
Does jdbc use odbc?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What is jdbc drivers in java?
Which type of driver is unique in jdbc?
What type of drivers are used for web application?
Is JDBC a language or Application?
What is an outer join?