๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

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


Database Programming with JDBC and Java
โœ George Reese ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› O'Reilly Media ๐ŸŒ English โš– 2 MB

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 Programming with Oracle JDBC
โœ Donald Bales ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› O'Reilly ๐ŸŒ English โš– 1 MB

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.

Jdbc: Java Database Connectivity
โœ Bernard Van Haecke ๐Ÿ“‚ Library ๐Ÿ“… 1997 ๐Ÿ› Wiley Publishing ๐ŸŒ English โš– 1 MB

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
โœ Bernard Van Haecke ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› Wiley ๐ŸŒ English โš– 4 MB

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

Practical Database Programming with Java
โœ Bai, Ying ๐Ÿ“‚ Article ๐Ÿ“… 2011 ๐Ÿ› John Wiley & Sons, Inc. ๐ŸŒ English โš– 207 KB

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