The Source for Java Technology Collaboration

As the new Java.net infrastructure contains project-level wikis, this main wiki will be shut down in the near future. For wiki page export and general wiki questions please contact the site admin at communitymanager@java.net.
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 - 2007-07-31 - 11:40:14 - scolebourne