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
Java Database Programming with JDBC
โ Scribed by Pratik Patel, Karl Moss
- Book ID
- 127449439
- Publisher
- Coriolis Group Books
- Year
- 1996
- Tongue
- English
- Weight
- 3 MB
- Series
- Webmaster series
- Category
- Library
- City
- Scottsdale, AZ
- ISBN
- 1576100561
No coin nor oath required. For personal study only.
โฆ Synopsis
- 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 inside information for using Java with JDBC access databases. Essential for making Java applets and applications database-aware, JDBC is a must for Java programmers or database developers who want to break into the field of Web database development. Visual Developer Java Database Programming with JDBC, 2nd Edition is the essential guidebook for learning database programming for Internet or intranet applications. Readers will learn the fundamentals of Java database programming, then use the comprehensive tutorials to more thoroughly understand using Java with JDBC to produce database applications. * Teaches how to develop Java programs, from start to finish, for connecting to databases using the newest version of Java's database connectivity standard, JDBC. * Shows how to write JDBC drivers, and how to select the right one. * Includes a complete reference to the newest JDBC API specification. * Features a section on creating ODBC Java programs, including a robust ODBC client template for developing applications. * Shows how to write JDBC applets that let Web users query a database. * Explains how to create a Java Beans-compliant class library. * All examples, project files, and source code used in the book * Numerous JDBC tools, drivers, and source code from major JDBC vendors * Unique JDBC classes and applets * Customized database drivers and bridges between JDBC and other databases
๐ SIMILAR VOLUMES
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.
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.
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
Covers fundamental and advanced Java database programming techniques for beginning and experienced readers This book covers the practical considerations and applications in database programming using Java NetBeans IDE, JavaServer Pages, JavaServer Faces, and Java Beans, and comes complete with auth