Learn
-
Visit the official JDBC home page for the JDBC 2.0 and 3.0 specifications and other information.
-
JDBC API Tutorial and Reference, Second Edition
(Addison-Wesley, 1999) by White, Fisher, Cattell, Hamilton, and Hapner is the reference for JDBC developers.
-
"Managing database connections with JDBC" (developerWorks, November 2001), another JDBC tutorial by Robert Brunner, provides an introduction to the different concepts involved in establishing and managing a database connection from within a Java application using JDBC.
-
"What's new in JDBC 3.0" (develperWorks, July 2001) by Josh Heidebrecht provides an overview of the new features and enhancements in the new spec.
-
"An easy JDBC wrapper" (developerWorks, August 2001) by Greg Travis describes a simple wrapper library that makes basic database usage a snap.
-
The Java application development with DB2 Web site provides an important collection of useful DB2 and Java links.
-
The Java Naming and Directory Interface (JNDI) Web site provides a wealth of information regarding naming services, including an excellent JNDI tutorial. To use the JNDI examples, you will need to download the filesystem context provider, which is available from the site.
-
The SQL Reference Page provides numerous links to general SQL topics and information, SQL syntax information, programming resources, the many different "blends" of SQL, SQL tools, and generic DBMS information.
Get products and technologies
-
Download the source code used in this tutorial, brunner2-code.zip.
-
To find a JDBC driver for a particular database, visit Sun's
searchable database of JDBC drivers.
-
i-net software is another third-party vendor for JDBC drivers.
-
SourceForge offers an open source JDBC driver for the MySQL database.
-
Much of the example code in this tutorial was developed using DB2 Universal Database. If you're using this platform or wish to learn more about it from a technical perspective, visit the DB2 Developer Domain, a centralized technical resource for the DB2 developer community.




