Java Program Database Connectivity


Download Java Program Database Connectivity PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Java Program Database Connectivity book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.

Download

Database Programming with JDBC and Java


Database Programming with JDBC and Java

Author: George Reese

language: en

Publisher: "O'Reilly Media, Inc."

Release Date: 2000


DOWNLOAD





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 possible and offers a robust model for writing applications that are easy to maintain. It introduces the JDBC and RMI packages and uses them to develop three-tier applications (applications divided into a user interface, an object-oriented logic component, and an information store). The book begins with a quick overview of SQL for developers who may be asked to handle a database for the first time. It then explains how to issue database queries and updates through SQL and JDBC. It also covers the use of stored procedures and other measures to improve efficiency, where these are available. But the book's key contribution is a set of patterns that let developers isolate critical tasks like object creation, information storage and retrieval, and the committing or aborting of transactions. The second edition includes more basics of JDBC and SQL, with more examples, and a deeper discussion about the architecture of a robust, maintainable database application. The second edition also explains the relationship between JDBC and Enterprise JavaBeans.

The Complete Guide to Java Database Programming


The Complete Guide to Java Database Programming

Author: Matthew D. Siple

language: en

Publisher: McGraw-Hill Companies

Release Date: 1998


DOWNLOAD





Presenting the complete, in-depth guide to JDBC (Java Database Connectivity)--the key to creating a new generation of data-rich Java applications, and the new standard that database vendors from Oracle to Sybase are lining up to support. North explains the how-to's of JDBC and covers its relationship with ODBC. The CD contains sample code written to the JDBC and ODBC APIs.

JDBC


JDBC

Author: Gregory D. Speegle

language: en

Publisher: Morgan Kaufmann

Release Date: 2002


DOWNLOAD





1 -- Introduction to JDBC -- 2 -- Presenting Information to Users -- 3 -- Querying the Database -- 4 -- Updating the Database -- 5 -- Advanced JDBC Topics -- 6 -- An eCommerce Example -- 7 -- How to Stay Current with JDBC -- 8 -- Appendix.