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 wen-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.
Previous |
Next |
Table of Contents
|