Java and databases make a powerful combination. Getting the two sides to work together, however, takes some effort--largely because Java deals in objects while most databases do not.This book describes the standard Java interfaces that make portable object-oriented access to relational databases p
Jdbc Database Access With Java: A Tutorial and Annotated Reference
โ Scribed by Graham Hamilton, Rick Cattell, Maydene Fisher
- Publisher
- Addison Wesley Publishing Company
- Year
- 1997
- Tongue
- English
- Leaves
- 475
- Series
- Java Series
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Provides explanations of JDBC and Java fundamentals, a step-by-step tutorial to bring you up tp speed, and an extensively annotated reference to all JDBC classes and interfaces. Paper.
๐ SIMILAR VOLUMES
The Java Database Connectivity classes (JDBC) sensibly provide an interface between a platform-independent programming language (Java) and a standardized database language (Structured Query Language, or SQL). Pretty much every Java program that's involved in transactions or other business operations
* Other books cover Java programming, but only Visual Developer Java Database Programming with JDBC, 2nd Edition provides complete coverage of the newest JDBC standard (1.2) and the newest version of the Java Developer's Kit (JDK 1.1), Java's database connectivity environment, and gives you all the
Updated and expanded to cover the entire JDBC 3.0 API, including the java.sql and the javax.sql packages, this third edition of a tutorial and reference contains step-by-step directions, in-depth explanations, and, for those new to Java technology, an introduction to the Java programming language an