answersLogoWhite

0

AllQ&AStudy Guides
Best answer

General JDBC Architecture consist of two layers: JDBC API - this provides the application to JDBC manager connection. JDBC driver API - this supports the JDBC manager to driver connection.

This answer is:
Related answers

General JDBC Architecture consist of two layers: JDBC API - this provides the application to JDBC manager connection. JDBC driver API - this supports the JDBC manager to driver connection.

View page

JDBC is short for java database connectivity. There are 4 type of JDBC drivers : 1) JDBC-ODBC 2) Native-API 3) JDBC-Net 4) Native-Protocol.

View page

JDBC Driver Manager is a class that manages a list of database drivers. It matches connection requests from the java application with the proper database driver using communication sub protocol.

View page

Yes. In Java this is done through the JDBC classes.

Yes. In Java this is done through the JDBC classes.

Yes. In Java this is done through the JDBC classes.

Yes. In Java this is done through the JDBC classes.

View page
  • JDBC ODBC Bridge
  • Native API Partly Java Driver
  • Net Protocol full Java driver

are some types of jdbc drivers

View page
Featured study guide
📓
See all Study Guides
✍️
Create a Study Guide
Search results