The Source for Java Technology Collaboration


Home | Help | Changes | Index | Search | Go

JDBC

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

Topic JDBC . { Edit | Ref-By | Printable | Diffs r27 < r26 < r25 < r24 < r23 | More }
 XML java.net RSS

Revision r27 - 31 Jul 2007 - 11:40:14 - Main.scolebourne