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
- Book ID
- 127450940
- Publisher
- Wiley Publishing
- Year
- 1997
- Tongue
- English
- Weight
- 1 MB
- Edition
- 1
- Category
- Library
- ISBN
- 0764531441
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
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
Der erfolgreiche "Grundkurs Java" in der 7. Auflage. Das Buch fΓΌhrt Sie schrittweise durch die wichtigsten Aspekte von Java, von den elementaren Grundlagen ΓΌber objektorientierte Konzepte, Dateiverarbeitung, grafische BenutzungsoberflΓ€chen bis zu Datenbankzugriffen und Kommunikation im Netzwerk. Zah
JDBC is the key Java technology for relational database access. Oracle is arguably the most widely used relational database platform in the world. In this book, Donald Bales brings these two technologies together, and shows you how to leverage the full power of Oracle's implementation of JDBC.