In a world of acronyms and abbreviations, JDBC is one worth knowing. It's the application programming interface that bridges the gap between sophisticated relational database management systems and Java, a programming language uniquely suited to today's intranet and Internet networking environments.
JDBC 3.0: JAVA Database Connectivity
โ Scribed by Bernard Van Haecke
- Book ID
- 127449376
- Publisher
- Wiley
- Year
- 2002
- Tongue
- English
- Weight
- 4 MB
- Edition
- 1st
- Category
- Library
- ISBN-13
- 9780764548758
No coin nor oath required. For personal study only.
โฆ Synopsis
Demonstrates how to integrate Java with databases using the Java database connectivity (JDBC) API. Written for programmers familiar with Java and SQL, the book presents techniques for storing, retrieving, searching, and updating various data formats in enterprise databases. Originally published in 1997, the second edition covers features new to version 3 of JDBC, such as batch updates, data source objects, transaction savepoints, and distributed transaction support.
๐ SIMILAR VOLUMES
* 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 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