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
What are the components of jdbc?
Explain jdbc savepoint?
What driver should I use for scalable Oracle JDBC applications?
Where jdbc drivermanager class is used?
What is the most common example type 1 driver?
What are dml and ddl?
How do I insert an image file (or other raw data) into a database?
What is dburl?
Explain the JDBC Architecture?
What does jdbc setmaxrows method do?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What is jdbc databasemetadata interface?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What are common JDBC Exceptions?