Reference
Jdbc Database Access With Java: A Tutorial and Annotated Reference (Java Series)
Format: Paperback
Author: Graham Hamilton
ReleaseDate: August, 1997
Publisher: Addison Wesley Publishing Company
Rating:
sasa
. sas.
good coverage, not much depth.
After staring at the opaque JDBC documentation from Sun, I hoped to find in this book an in depth examination of design and performance issues. I am an experienced Java programmer who bought this book in the middle of implementing a JDBC based application. The examples here do not go very far. My feeling is that this book covers the subject adequately, but in the end it is not a very complex subject. The hard issues are often implementation specific, and I suppose an in depth look at the details of conformance and performance is not really possible in a book format (e. g. which databases require that resultsets read every column and only once). Now I wish I had purchased a more general book with one good chapter on JDBC, though I do appreciate the reference section in the back and still refer to it.
Excellent book for anyone who wants to learn JDBC and more
In addition, the topics on metadata is thorough. This book is well-written and has examples on using the SQL select, insert, delete and update commands. This is the best of the bunch, you won't be disappointed. It covers everything about database transactions - stored procedures, rollbacks and more.
|