|
Training Index
Database Access
JDBC lets you send SQL statements to a database and process the
returned results. You get uniform access to a wide range of relational
databases and a common base upon which database tools can be built.
- December 2000
- JDBC 2.0 Fundamentals Short Course by the jGuru Release 2.0
This latest short course
from jGuru covers the basic concepts of JDBC, including the rationale
for the API, how the classes work, and how to use the new functionality in JDBC 2.0.
- Oct 1996
- JDBC Short
Course by the MageLang Institute Release JDK 1.1
This course introduces the JDBC interface for connecting Java
programs with SQL-based databases. The course has flexible exercises
that can be tailored to an individual's learning style.
To Top
|