Answer Posted / naresh katakam
The JDBC Driver provides vendor-specific implementations of
the abstract classes provided by the JDBC API. This driver
is used to connect to the database.
there are:
Type 1 : JDBC-ODBC Bridge Driver
Type 2: Native API Partly Java Driver
Type 3: Network protocol Driver-
Type 4: JDBC Net pure Java Driver
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is the use of jdbc api?
What is the difference between client and server database cursors?
What are restrictions on triggers?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
Is jpa faster than jdbc?
What is jdbc oracle thin?
Is uri the same as url?
How do we call a stored procedure from jdbc?
How can we move the cursor in a scrollable result set?
What are the basic exceptions in jdbc?
What is jdbc in java?
What is the different between ResultSet and RowSet?
What is new in JDBC 2.0?
What are the different types of statements in jdbc?
How can you make a connection?