or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
53 used & new from $0.01
 
   
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition)
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

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

~ Seth White (Author), (Author), Rick Cattell (Author), Graham Hamilton (Author), Mark Hapner (Author)
4.5 out of 5 stars  See all reviews (22 customer reviews)

List Price: $49.99
Price: $38.99 & this item ships for FREE with Super Saver Shipping. Details
You Save: $11.00 (22%)
Pre-order Price Guarantee. Learn more.
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
This title has not yet been released.
You may pre-order it now and we will deliver it to you when it arrives.
Ships from and sold by Amazon.com. Gift-wrap available.

16 new from $3.99 37 used from $0.01

Formats

Amazon Price New from Used from
  Paperback $38.99 $3.99 $0.01
There is a newer edition of this item:
JDBC(TM) API Tutorial and Reference (3rd Edition) JDBC(TM) API Tutorial and Reference (3rd Edition) 4.5 out of 5 stars (22)
$56.23
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition)
75% buy the item featured on this page:
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition) 4.5 out of 5 stars (22)
$38.99
Expert Oracle JDBC Programming
8% buy
Expert Oracle JDBC Programming 5.0 out of 5 stars (5)
$40.49
Database Programming with JDBC and Java
7% buy
Database Programming with JDBC and Java 3.1 out of 5 stars (40)
$42.33
Java Database Best Practices
5% buy
Java Database Best Practices 4.0 out of 5 stars (7)
$29.16

Frequently Bought Together

JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition) + The Java Tutorial: A Short Course on the Basics, 4th Edition + Effective Java (2nd Edition)
  • This item: JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition) by Seth White

    This title has not yet been released.
    You may pre-order it now and we will deliver it to you when it arrives.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • The Java Tutorial: A Short Course on the Basics, 4th Edition by Sharon Zakhour

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Effective Java (2nd Edition) by Joshua Bloch

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Special Offers and Product Promotions

  • Pre-order Price Guarantee! Order now and if the Amazon.com price decreases between your order time and the end of the day of the release date, you'll receive the lowest price. Here's how (restrictions apply)

Customers Who Bought This Item Also Bought

Database Programming with JDBC and Java

Database Programming with JDBC and Java

by George Reese
3.1 out of 5 stars (40)  $42.33
Java Web Services: Up and Running

Java Web Services: Up and Running

by Martin Kalin
4.5 out of 5 stars (13)  $23.09
Effective Java (2nd Edition)

Effective Java (2nd Edition)

by Joshua Bloch
4.9 out of 5 stars (36)  $33.03
Core Servlets and Javaserver Pages: Advanced Technologies, Vol. 2 (2nd Edition) (Core Series)

Core Servlets and Javaserver Pages: Advanced Technologies, Vol. 2 (2nd Edition) (Core Series)

by Marty Hall
4.8 out of 5 stars (5)  $25.71
Spring in Action

Spring in Action

by Craig Walls
4.1 out of 5 stars (67)  $31.49
Explore similar items

Editorial Reviews

Amazon.com Review

The second edition of the JDBC API Tutorial and Reference provides a worthwhile tour of the new features in Java Database Connectivity (JDBC) 2.0 and serves well as a reference to Sun's new standard for Java database programming.

Once you open this book, it becomes quickly obvious that it is more comprehensive than the first edition. The new edition begins with an overview of the JDBC API, including its architecture and overall design. Beginners will also be pleased with a short breakdown of the Java programming language and SQL basics.

Early sections of the book walk through an approachable tutorial of JDBC, concentrating on topics such as connecting to databases, retrieving result sets, manipulating records, and handling database transactions. There's also coverage of using stored procedures, including embedded SQL with SQLJ.

The book then turns to new JDBC 2.0 API features, like scrollable cursors, updateable record sets, and batch updates. Experienced readers will appreciate how the authors show off JDBC 1.0 code before presenting these new features. An explanation of SQL3 data types supported in JDBC 2.0 follow the discussion of the API features.

The book provides extensive support for finding and understanding recordsets and databases, including the use of the oddly named ResultSetMetaData and DatabaseMetaData classes, which have been greatly enhanced in JDBC 2.0. (You can now write Java code that customizes itself at runtime for almost any SQL platform.) Similar in spirit to the Microsoft OLE DB, the new JDBC 2.0 now supports rowsets, which let programmers work with any tabular data store from within their applications.

Most of the book (over 600 pages) functions as a reference containing every JDBC 2.0 class. Presented alphabetically, each class comes with an introductory definition and a complete listing of its constituent members and methods (including deprecated APIs). Final sections include a guide to "SQL to Java" mappings and tips for writing JDBC drivers.

Whether you are approaching JDBC for the very first time or are ramping up from JDBC 1.0, there is perhaps no better source for learning about the enhanced powers of the new JDBC than this "official" guide from Sun. --Richard Dragan



Product Description

This book provides the definitive description of the JDBC(tm) API, the technology that enables universal data access for the Java(tm) 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 virtually any data source as JavaBeans(tm) 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.


Product Details

  • Paperback: 1059 pages
  • Publisher: Pearson Education; 2 edition (June 11, 1999)
  • Language: English
  • ISBN-10: 0201433281
  • ISBN-13: 978-0201433289
  • Product Dimensions: 9.2 x 7.4 x 2 inches
  • Shipping Weight: 3.8 pounds (View shipping rates and policies)
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (22 customer reviews)
  • Amazon.com Sales Rank: #1,127,398 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #25 in  Books > Computers & Internet > Programming > Java > Reference
    #58 in  Books > Computers & Internet > Databases > Java & Databases

More About the Author

Maydene Fisher
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Maydene Fisher Page

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(3)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

22 Reviews
5 star:
 (15)
4 star:
 (6)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.5 out of 5 stars (22 customer reviews)
 
 
 
 
Most Helpful Customer Reviews

 
25 of 25 people found the following review helpful:
4.0 out of 5 stars The details that are needed., September 28, 1999
By A Customer
The full database connectivity and usage of the Java language is covered. With excellent code samples that appeal to all levels of programmers. I have used it to develope an inhouse delivery system and I am not a professional programmer. Very up to date with coverage of all the latest features of the API and what is due soon. EXCELLENT.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
20 of 21 people found the following review helpful:
5.0 out of 5 stars Highly Recommended, September 14, 1999
By A Customer
Despite the complexity of JDBC in general, this book gives it to you in a clear, concise format that even a first time programmer would understand.

Although this book provides coverage of SQL and Java, it wouldn't hurt to familiarize yourself with them before picking this book up.

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



 
24 of 27 people found the following review helpful:
4.0 out of 5 stars Recommended..., September 28, 1999
By A Customer
This book provides a lot of valuable background information and is complementary to the JDBC specification. This is a "must have" if you want to know more about the more complex topics of JDBC like scrollable result sets, datasources, connection pooling, etc.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars No choice - a must
Of course this is not a tutorial or introduction of any kind. If you are looking to learn about databases or Java or SQL, look elsewhere. Read more
Published 4 months ago by Francis Taylor

5.0 out of 5 stars A Must For Your Bookshelf!
What can I say... if you do JDBC programming, you must have this book in your bookshelf. Great examples and super coverage of a very wide topic. Read more
Published on December 5, 2004 by KeepItSimple

5.0 out of 5 stars an exceptionally comprehensive volume
JDBC is one of the most mature and widely used Java APIs. Even after the arrival of more recent tools and technologies like EJB's CMP and JDO, JDBC still remains a simple, fast,... Read more
Published on November 10, 2003 by uniq

4.0 out of 5 stars Mature and stable
Almost all practical commercial deployments of Java involve hooking to a back end database. Of the latter, relational databases are the dominant form. Read more
Published on July 31, 2003 by W Boudville

5.0 out of 5 stars The only JDBC book you will need
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. Read more
Published on July 16, 2003 by Thomas Paul

5.0 out of 5 stars the best JDBC book
If you are an experienced or intermediate programmer this is the only book you will need. Almost every bit of the JDBC is explaind. Read more
Published on June 25, 2003 by Shahram Khorsand

5.0 out of 5 stars A difficult balance achieved
This is a comprehensive guide to all aspects of JDBC. It pretty much succeeds in being all things to all people. Read more
Published on February 27, 2002 by Vincent O'Sullivan

5.0 out of 5 stars A good, Concise guide
At last, a Java book that cuts through the nonsense, gives sound advice and examples and delivers what it promises. This is my number one choice as a JDBC reference.
Published on December 31, 2001 by Alan Ramsay

5.0 out of 5 stars The best resource for JDBC users
This book contains everything you need to create either simple or very complex database applications written in Java - a short introduction to relational databases and SQL... Read more
Published on September 24, 2001 by Mgr Filip Rachunek

4.0 out of 5 stars Over All Good, But~~
Over all, the book is good. It explain the concept precisely and clearly. It is better than other related book available in the market. But there are some week point:
1. Read more
Published on August 22, 2001 by H. Gu

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
New edition? 0 March 2006
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 61 2 days ago
textbook scam 66 7 days ago
Amazon is a great place to buy textbooks! 35 19 days ago
Search Customer Discussions
   


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


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.