Friday 24 August 2012

What is JDBC and JDBC Architecture


What is JDBC?

JDBC stands for Java Database Connectivity. JDBC works with Java on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. JDBC is a Java API for executing SQL statements and supports basic SQL functionality. Connectivity between the Java programming language and databases.

 

JDBC Architecture

JDBC API: It is a purely Java-based API. This provides the application-to-JDBC Manager connection.
JDBC Driver API: Which communicates with with vendor-specific drivers that that perform the real communication with the database.
 

No comments:

Post a Comment