* 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
The Complete Guide to Java Database Programming with JDBC
โ Scribed by Matthew D. Siple
- Publisher
- McGraw-Hill
- Year
- 1997
- Tongue
- English
- Leaves
- 341
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
For experienced developers and programmers looking to exploit the power of Java by building applications that interact with a SQL database server, this book/CD-ROM is your complete, real-world guide to the Java Database Connectivity Application Programming Interface. Part 1 leads you through the seven key steps in developing a JDBC API application; Part 2 details all of the JDBC classes, interfaces, methods, and variables; and Part 3 guides you through the development of a dynamic and extensible database browser. CD-ROM contains JDK 1.14 plus essential source code (Windows- and Solaris-compatible) and the Web Logic Driver. A volume in the McGraw-Hill Java Masters series.
๐ SIMILAR VOLUMES
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
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