|
Book Index
JDBC Technology 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.
JDBC API Tutorial and Reference by Maydene Fisher, Jon Ellis and Jonathan Bruce
JDBC API Tutorial and Reference, 3/e provides a step by step tutorial that includes a reference section for all the JDBC API methods, classes and interfaces.
(August 11, 2003)
JDBC Pocket Reference by Donald Bales
"This book is a quick refernce that provides short turtorial-style sections to help refresh your memory." (July 21, 2003)
Database Programming with JDBC and Java by George Reese, O'Reilly & Associates - Release Java 2
Presenting two chapters from the recently released second edition. These chapters consider the architecture and the componenet model for distributed applications. (November 20, 2000)
JDBC 2.0 API Tutorial and Reference, Second Edition: Universal Data Access for the Java 2 Platform by S. White, M. Fisher, R. Cattell, G. Hamilton, and M. Hapner Release Java 2
Chapter 3, Advanced Tutorial, by Maydene Fisher, and Chapter 5, Rowset Tutorial by Maydene Fisher and Seth White. (May 1999)
To Top
|