JDBC basics
JDBC basics
Most of the Derby tools are JDBC applications. A JDBC application is one that uses the classes in the java.sql package to interact with a DBMS. When you work with JDBC applications, you need to know about the following two JDBC concepts:
Previous Page
Next Page
Table of Contents
Index