The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 JDBC Recipes: A Problem Solution Approach
  

  JDBC Recipes: A Problem Solution Approach by Parsian, Mahmoud

  • Published by: APRESS ACADEMIC
  • Author: Parsian, Mahmoud
  • Page Count: 634
  • Group: JDBC
  • ISBN: 1590595203/9781590595206
  • Published: Sep 2005

Our Price: 38.53
Discount: 6%
RRP: 40.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

JDBC Recipes: A Problem Solution Approach
JDBC Recipes provides easy-to-implement, usable solutions to problems in relational databases that use JDBC. You will be able to integrate these solutions into your web-based applications, such as Java servlets, JavaServer Pages, and Java server-side frameworks. This handy book allows you to cut and paste the solutions without any code changes.

This book focuses on topics that have been ignored in most other JDBC books, such as database and result set metadata. It will help you develop database solutions, like adapters, connectors, and frameworks using Java/JDBC. The insightful solutions will enable you to handle all data types, including large binary objects. A unique feature of the book is that it presents JDBC solutions (result sets) in XML.

Introducing JDBC
Exloring JDBC's novel features
Making database connections
Usind Datasource
Exploring the ResultSet interface
Working with scrollable & updatable resultSet objects
Reading BLOBs
Reading CLOBs
Working with Date, time & Timestamp
Handling exceptions
Exploring the statement
Working with PreparedStatement
Exploring JDBC utilities