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 1
Jdbc: Java Database Connectivity
โ Scribed by Bernard Van Haecke
- Publisher
- Wiley Publishing
- Year
- 1997
- Tongue
- English
- Leaves
- 352
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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: Java Database Connectivity offers you the practical, in-depth information you need to integrate JDBC into any enterprise-wide client/server application. Sun insider Bernard Van Haecke introduces you to the specifics of database programming with Java, explaining just what the Java Database Connectivity Classes can offer you. He also gives you plenty of source code as he examines the three-tiered approach, the security issues involved, and topics related to intranets and the Internet.Plus, on the bonus CD-ROM accompanying JDBC: Java Database Connectivity, you get complete code samples corresponding to the book's comprehensive, real-world JDBC examples. The CD-ROM also provides you with essential software and demos, including: JavaSoft's JDBC classes JavaSoft's and Intersolv's JDBC-ODBC bridge mSQL-JDBC, a driver for the popular shareware database miniSQL, which is also on the CD-ROM Java Development Kit 1.1.1* A demo version of Marimba's Bongo 1.0
๐ 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
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
This textbook examines database systems from the viewpoint of a software developer. This perspective makes it possible to investigate why database systems are the way they are. It is of course important to be able to write queries, but it is equally important to know how they are processed. We e.g.