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 methods which can verify the cursor particular position?
Describe the steps needed to execute a sql query using jdbc.
Why do you use a data source object for a connection?
How do I insert/update records with some of the columns having NULL value?
Explain about the Try Block?
Differentiate between stored procedure and functions?
What types of DataSource objects are specified in the Optional Package?
What is the purpose of jdbc?
What are the different types of JDBC drivers?
When do we use execute method in java jdbc?
please tell me the name and url path for type-4 driver ?
How is database middleware used to access legacy databases?