JDBC Recipes: A Problem-Solution Approach and over one million other books are available for Amazon Kindle. Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$4.74 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
JDBC Recipes: A Problem-Solution Approach
 
 
Start reading JDBC Recipes: A Problem-Solution Approach on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

JDBC Recipes: A Problem-Solution Approach [Hardcover]

Mahmoud Parsian (Author)
4.0 out of 5 stars  See all reviews (4 customer reviews)

List Price: $79.99
Price: $64.12 & this item ships for FREE with Super Saver Shipping. Details
You Save: $15.87 (20%)
  Special Offers Available
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
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $51.19  
Hardcover $64.12  

Book Description

1590595203 978-1590595206 September 15, 2005

The goal of the JDBC Recipes is to provide easy-to-implement and immediately usable solutions for problems in relational databases that use JDBC. With JDBC Recipes, users will be able to quickly integrate these solutions into their Web-based applications, such as Java Servlets, JavaServer Pages, and Java server-side frameworks and programs. The book is written in such a way that users will be able to cut and paste the solutions without any code changes.

JDBC Recipes focuses on important topics, such as "database metadata" and "result set metadata," which unfortunately have been ignored in most other books on JDBC. This book will help users to develop database solutions (such as adapters, connectors, and frameworks) using Java/JDBC. JDBC Recipes provides elegant solutions for handling all data types (including large binary objects).

One of the unique features of the JDBC Recipes is that it presents JDBC solutions – result sets – in XML. With XML, a client can present data in different presentation media, such as hand-held wireless devices, Web browsers, and server components, in such a way that the solution can be easily used in Web-based applications.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

JDBC Recipes: A Problem-Solution Approach + JDBC Metadata, MySQL, and Oracle Recipes: A Problem-Solution Approach (Expert's Voice in Java) + JDBC™ API Tutorial and Reference (3rd Edition)
Price For All Three: $195.38

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • JDBC Metadata, MySQL, and Oracle Recipes: A Problem-Solution Approach (Expert's Voice in Java) $79.99

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

  • JDBC™ API Tutorial and Reference (3rd Edition) $51.27

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



Editorial Reviews

About the Author

Mahmoud Parsian, Ph.D. is a Sun Certified Java Programmer and Senior Lead Software Engineer for AskJeeves.com with expertise in Java database programming and development.

Honors include: Ask Jeeves Bright Star Award, Octopus Award for successive release of the Octopus software, Cisco Systems Leadership Award, Individual Achievement Award, Winner of the Specialist of the Quarter Award, and 4 times Winner of the Specialist of the Quarter Award. The Author has also received numerous commendation letters from customers regarding my outstanding performance/leadership on customer projects.


Product Details

  • Hardcover: 664 pages
  • Publisher: Apress (September 15, 2005)
  • Language: English
  • ISBN-10: 1590595203
  • ISBN-13: 978-1590595206
  • Product Dimensions: 9.3 x 7 x 1.5 inches
  • Shipping Weight: 2.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Best Sellers Rank: #940,478 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

7 of 8 people found the following review helpful:
3.0 out of 5 stars vendor specific and repetitive, November 27, 2005
By 
This review is from: JDBC Recipes: A Problem-Solution Approach (Hardcover)
The 600 page "JDBC Recipes" might make a decent 100 page book. Some problem/solutions are repeated verbatim and others are repeated with minimal changes. For example, there are at least 8 distinct sections on closing a database resource. The BLOB/CLOB and Statement/PreparedStatement chapters are at least 50% identical.

Despite all this repetition, coverage manages to be spotty on other topics. For example, CallableStatements are barely mentioned. Many ways are presented of doing a task, but the tradeoffs aren't covered. Except for connection pooling, there weren't many comments about JDBC in practice.

The stated audience is developers knowing the basics of Java, JDBC and databases. Examples span 1-4 pages of code with only minimal, high-level comments afterwards. Experienced developers know most of this stuff and shouldn't have to plow thru so much code to discern the important points.

The examples are tailored to Oracle and mySql. If you want to write code without vendor lock-in, this book doesn't help. The cover says "Java EE 5 compliant." While true, this is misleading. Most references are to the 1.4 JavaDoc. The 5.0 references don't use the new features.

The book serves a very narrow audience. If you want to copy/paste Oracle/mySql code verbatim, the book's website is very useful. If you have a database framework, want cross-database compatibility, best practices or are simply reading for understanding, I recommend a different book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Cut-and-Paste examples are great!, June 5, 2006
This review is from: JDBC Recipes: A Problem-Solution Approach (Hardcover)
I used some of the examples from this book (by cut-and-paste -- just chnaged the db URL, user/password) and they worked great. I needed to write some code for handling images and the BLOB code examples provided very good starting point.

Thanks.
Alex Hanif
alex.hanif@yahoo.com
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
4.0 out of 5 stars JDBC Recipes full of flavor., November 12, 2006
This review is from: JDBC Recipes: A Problem-Solution Approach (Hardcover)
Do you like to read about programming? or Do you like to see the code with your own
eyes? I like to see it with my own eyes. Mahmoud Parsain has compiled a see it for yourself
book on the JDBC (Java Database Connectivity). If you like Java and you do any work with Databases
then you should read this book. It provides many many examples (Recipes) you can see and learn from to
create the Database solutions you need.
Here are some of the items covered and coded in the book: Making Connections, Drivers, Connection pools,
Using DataSource class, ResultSet class, Scrollable and updatable ResultSets, working with BLOBs and CLOBs,
Handeling Date, Time and Timestamps, JDBC Exceptions, PreparedStatements, working with Parameters and
PreparedStatements. The book has all you need to simply add, update, delete records in your databases or
to create tables, perform transactions, and roll back transactions if necessary.
The book focuses on Oracle and MySQL type databases but this is not a draw back. All the examples can
be applied to various other types such as Derby, SqlServer, Teradata, DB2, SqlLite, Sysbase ect. I am a ETL
developer (Extract, Translate, and Load) for warehouse databases and I was able to easily apply this code
to create my own simple Sql ETL application to move data from one RDBMS to another.
There were two items in the book that I did not find. One was the setMaxRows statment which can be
handy to limit the number of rows being returned from the database. The other was the getTypeInfo call that is
part of the DatabaseMetadata class. You can use the getTypeInfo call to get a list of the data types the
database you are connecting to supports. However, even with these missing the book hits just about every
other property and method commonly used in the JDBC api.
Mahmoud Parsian has done a great job in providing such a comprehensive set of JDBC code examples
that are simple to follow. Apress has produced another great reference for the Java programmer to have
on the shelf.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews


Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
using custom mapping, java application, linked list, driver error, connection factory, database server machine, transaction support, loaded oracle driver, filename filebody, database metadata methods, release database resources, into animals table, parent lft, database access error, generating key values, unexpectedly truncates, generated key values, batched statement, public static void close, done serializing, database access warnings, reusable code samples, batch int, connection pool manager, import the required classes
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Prepared Statement, Name Null, Monica Seles, Mary Kent, Don Knuth, Microsoft Excel, Sun Microsystems, Alex Edison, Database Using, Data Files, Donald Duck, Los Angeles, Java String, Chuck Albert, Fred Chuck, Bert Albert, Improving Performance, Eddie Chuck, Sun Oct, Donna Chuck, Field Type, Mike Bert, Return Type Method Description, Microsoft Access, Database Figure
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


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).
 
(31)
(17)
(13)
(6)

Your tags: Add your first tag
 

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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject