10 used & new from £5.12

Have one to sell? Sell yours here
 
 
JDBC API Tutorial and Reference: Universal Data Access for the Java 2 Platform (Java Series)
 
See larger image
 

JDBC API Tutorial and Reference: Universal Data Access for the Java 2 Platform (Java Series) (Paperback)

by Seth White (Author), Maydene Fisher (Author), Rick Cattell (Author), Graham Hamilton (Author), Mark Hapner (Author)
4.7 out of 5 stars  See all reviews (3 customer reviews)

Available from these sellers.


2 new from £11.99 8 used from £5.12

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   MS Access Tutorial opens new browser window
www.teachucomp.com  -  On sale now. The most comprehensive Access tutorial available. 
   JDBC with MS Access opens new browser window
www.Easysoft.com/JDBC  -  JDBC access to MS Access databases from Java. Download here. 
   Pure Java JDBC Drivers opens new browser window
www.hxtt.com  -  for MS Access, MS Excel, Text, CSV, J2ME, DB, Xbase, Outlook, XML. 
  
 

Customers Who Bought This Item Also Bought

Effective Java: Second Edition

Effective Java: Second Edition

by Joshua Bloch
4.8 out of 5 stars (6)  £17.99
Java Concurrency in Practice

Java Concurrency in Practice

by Brian Goetz
4.9 out of 5 stars (7)  £16.47
Database Systems Concepts

Database Systems Concepts

by Abraham Silberschatz
4.0 out of 5 stars (4)  £43.64
Java Puzzlers: Traps, Pitfalls, and Corner Cases

Java Puzzlers: Traps, Pitfalls, and Corner Cases

by Joshua Bloch
4.7 out of 5 stars (3)  £14.49
Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam

by Bryan Basham
4.2 out of 5 stars (12)  £24.03
Explore similar items

Product details

  • Paperback: 1059 pages
  • Publisher: Prentice Hall; 2 edition (12 Aug 1999)
  • Language English
  • ISBN-10: 0201433281
  • ISBN-13: 978-0201433289
  • Product Dimensions: 23.4 x 18.8 x 5 cm
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon.co.uk Sales Rank: 790,789 in Books (See Bestsellers in Books)

    Popular in this category:

    #94 in  Books > Computing & Internet > Databases > Java & Databases
  • See Complete Table of Contents

Product Description

Product Description

PLEASE PROVIDE DESCRIPTION



From the Back Cover

This book provides the definitive description of the JDBC™ API, the technology that enables universal data access for the Java™ programming language. This new edition has been updated and expanded to cover all of the JDBC 2.0 API, including the JDBC 2.0 core API and the JDBC Standard Extension API, the package that facilitates building server-side applications.

Containing in-depth explanations that go beyond the specification, this complete resource pairs a step-by-step tutorial with a comprehensive reference to all of the classes and interfaces.

For those new to Java technology, the book includes an introduction to the Java programming language and to SQL. It builds on this basic knowledge to walk you through creating a JDBC application–from setting up a database and establishing a connection to retrieving values from result sets and using prepared statements. In addition, the authors provide many examples along the way that demonstrate how to execute common tasks. The book proceeds to more advanced topics, focusing on the new features of the JDBC 2.0 API, including scrollable and updatable result sets, batch updates, SQL3 data types, custom mapping, and more.

You will also find an introduction to working with the JDBC metadata API as well as information on rowsets, the technology that makes it possible to handle data sets from any source such as JavaBeans™ components.

From array to XADataSource, a useful alphabetical reference provides concise but complete information on each class and interface in the JDBC API. Each entry includes an overview as well as a list and explanation of the methods and fields.

A chapter on mapping SQL types and types in the Java programming language, a summary of the new JDBC 2.0 features, and a glossary complete this indispensable resource for all database programmers.



0201433281B04062001

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
java
programming
jdbc
database

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

JDBC API Tutorial and Reference: Universal Data Access for the Java 2 Platform (Java Series)
90% buy the item featured on this page:
JDBC API Tutorial and Reference: Universal Data Access for the Java 2 Platform (Java Series) 4.7 out of 5 stars (3)
Effective Java: Second Edition
8% buy
Effective Java: Second Edition 4.8 out of 5 stars (6)
£17.99
JDBC Pocket Reference
2% buy
JDBC Pocket Reference 5.0 out of 5 stars (1)

 

Customer Reviews

3 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
7 of 7 people found the following review helpful:
5.0 out of 5 stars The only JDBC book you will need, 31 Oct 2003
By Thomas Paul (Plainview, NY USA) - See all my reviews
(TOP 500 REVIEWER)    (REAL NAME)   
Whether you are a beginner, intermediate, or advanced JDBC programmer you will find useful information in this book. The book is divided into two sections. The first section is a tutorial on using JDBC which makes up four chapters. The tutorial starts with a look at JDBC 1.0. The next chapter looks at the additional features added to JDBC in 2.0 and 3.0. The third tutorial chapter looks at metadata. The final chapter examines the RowSet interface, which is complex enough to need its own chapter.

The remainder of the book (about 800 pages) is a reference containing a chapter for each class or interface in JDBC. Each chapter contains an overview of a class or interface, sections on anything of either special interest or complexity, and then a list of all the methods of the class or interface with complete descriptions. If a section applies to a particular version of JDBC, the version it applies to is clearly marked. The information contained in the reference is much more than you can find in the APIs. The reference section itself is well laid out to make the information you need easy to find.

This is probably the only JDBC book you will ever need. No matter which version of JDBC your database drivers support, you will find your answers in this book. The book is well written with clear explanations and plenty of code samples (which can be downloaded from the Sun web site) . Anyone working with JDBC will want this book by their side while they are coding.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 5 people found the following review helpful:
4.0 out of 5 stars Everything you ever wanted to know about JDBC! (well almost), 26 Jul 2001
By A Customer
I bought this book, because I wanted to know everything about transaction processing using JDBC . Well, all the fundamentals are in there!

So if you plan to use JDBC in your company for this purpose, you'll find a great tutorial and reference in this book. If you know about basic Java, this book teaches you all the fundamentals about JDBC from the very beginning to a complete transaction level.

The things I miss in this fine book: - An overview of well-known database implementations with their level of the JDBC-API support. There a not so many RDBMS's around that support everything yet. - An accompanying CD-ROM with a starter kit: A (free) RDBMS with some good working examples. - A chapter about how JDBC relates to the internet.

Despite these remarks it is a wonderful book that's well worth the investment, really!

Sincerely, Patrick Holthuizen

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars Nice one!, 16 Dec 1999
By A Customer
All examples are working, everything explained clearly and in detail, and it includes all features of JAVA 1.2. What else do you need? This is what a proper book should be like! If you understand basics of JAVA and interested to learn JDBC this is the best book for you available at the time.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.