Internet and Web Resources
java.sun.com/products/jdbc
Sun Microsystems, Inc.'s JDBC home page.
java.sun.com/docs/books/tutorial/jdbc/index.html
The Java Tutorial 's JDBC track.
industry.java.sun.com/products/jdbc/drivers
Sun Microsystems search engine for locating JDBC drivers.
www.sql.org
This SQL portal provides links to many resources, including SQL syntax, tips, tutorials, books, magazines, discussion groups, companies with SQL services, SQL consultants and free software.
java.sun.com/j2se/5.0/docs/guide/jdbc/index.html
Sun Microsystems JDBC API documentation.
java.sun.com/products/jdbc/faq.html
Sun Microsystems FAQs on JDBC.
www.jguru.com/faq/JDBC
The JGuru JDBC FAQs.
www.mysql.com
This site is the MySQL database home page. You can download the latest versions of MySQL and MySQL Connector/J and access their online documentation.
www.mysql.com/products/mysql
Introduction to the MySQL database server and links to its documentation and download sites.
dev.mysql.com/doc/mysql/en/index.html
MySQL reference manual.
dev.mysql.com/doc/connector/j/en/index.html
MySQL Connector/J documentation, including the installation instructions and examples.
java.sun.com/j2se/5.0/docs/guide/jdbc/getstart/rowsetImpl.html
Overviews the RowSet interface and its subinterfaces. This site also discusses the reference implementations of these interfaces from Sun and their usage.
developer.java.sun.com/developer/Books/JDBCTutorial/chapter5.html
Chapter 5 (RowSet Tutorial) of the book The JDBC 2.0 API Tutorial and Reference, Second Edition.