 |
Java Database Connectivity
JDBC is the part of the Java library which allows interaction with relational databases using SQL.
Developers can either code directly to the JDBC API or use SQLJ which allows SQL statements to be embedded directly into Java source.
Given the wide use of relational databases, JDBC is used in a large number of Java applications.
JDBC discussion forums
Articles
Open source connection pools
Interesting open source projects
Also see
Discussion about JDBC
"Note that JDBC is a trademarked name and not an acronym; nevertheless, it is often
associated with Java Database Connectivity."
- Maydene Fisher, in The Java Tutorial
|