More on JDBC
November 23, 1998
There are many, many more things you can do
with JDBC. The API is as complex as the proprietary databases they
serve. However, for most web-applications, you will only need to
query and modify the database. So that is all we have decided to
go over here. If your project is more demanding, you can easily
browse the JDK API and documentation at
http://www.javasoft.com/products/jdbc/index.html.
Using JDBC to Modify a Database
Introduction to Databases for the Web | Table of Contents
JDBC Example
|