Exaplain the JDBC Architecture.
The JDBC Architecture consists of two layers:
- The JDBC API, which provides the application-to-JDBC Manager connection.
- The JDBC Driver API, which supports the JDBC Manager-to-Driver Connection.
The JDBC API uses a driver manager and database-specific drivers to provide transparent connectivity to heterogeneous databases. The JDBC driver manager ensures that the correct driver is used to access each data source. The driver manager is capable of supporting multiple concurrent drivers connected to multiple heterogeneous databases. The location of the driver manager with
to the JDBC drivers and the Java application is shown in Figure .
| Print article | This entry was posted by on December 2, 2009 at 8:31 am, and is filed under Faqs, Java, JDBC. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
