• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JDBC book

 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,
Can you suggest some good JDBC book for my friend. I havent used any book for JDBC (I guess I need one ), so I couldn't help him. He knows quite a bit of JDBC.
Thanks
 
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.javaolympus.com/books/JDBCBooks.jsp
These books are FREE...
http://www.javaolympus.com/freebooks/FreeJDBCBooks.jsp

And a lot of good resources are there in this site...
 
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would recommend this book, which is promoted in our Javaranch.com site...
I guess your friend might be interested on it
And it got four and a half stars on Amazon.com
http://www.amazon.com/exec/obidos/tg/detail/-/0321173848/qid=1065513417/sr=1-1/ref=sr_1_1/002-9364840-2212028?v=glance&s=books#product-details
And rating 4.67 out of 5 on JavaShelf.com
http://www.javashelf.com/servlet/books/0321173848
And on BarnesAndNoble.com, it got four stars
http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=2VRCMSIDZJ&isbn=0321173848&itm=2
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by binu kavumkal:
http://www.javaolympus.com/books/JDBCBooks.jsp
These books are FREE...
http://www.javaolympus.com/freebooks/FreeJDBCBooks.jsp

And a lot of good resources are there in this site...


Binu,
How good are these books
 
Sarath Mohan
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
It depends on the level of knowledge too..
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition)
This is a good book for a beginner. Deals all APIs with examples. Check the latest edition.

Additionally I would suggest this book too... ( I haven't gone thru thoroughtly.Check it out in Amazon.com)
JDBC: Practical Guide for Java Programmers
One more suggestion I have use the resources in the net extensively. Here we get a lot of latest news, programs and drivers etc.
 
Ko Ko Naing
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by binu kavumkal:
[QB]Hi,
It depends on the level of knowledge too..
JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition)
This is a good book for a beginner. Deals all APIs with examples. Check the latest edition.

QB]


Everybody is recommending that book... So why don't u tell ur friend about it and tell him to come by JavaRanch.com
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ko ko,
I would like to gift him the book.

JDBC: Practical Guide for Java Programmers


Does this book cover jdbc 3.0?
 
Ranch Hand
Posts: 237
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Pradeep Bhat:
suggest some good JDBC book


My personal favorite book on JDBC has been The "JDBS API Tutorial and Reference", 2nd Ed. by White, et al. I found this the more useful for both learning and as a regular reference. I have compared it to other sources.
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by john prieur:
My personal favorite book on JDBC has been The "JDBS API Tutorial and Reference", 2nd Ed. by White, et al. [...]

Welll, given that the third edition has now come out, that's what I'd recommend. They gave it a good polish and scrub and covered JDBC 3.0. I must, however, confess that I have a personal interest in this book and am by no means unbiased. Don't let that deter you though
- Peter
 
Ko Ko Naing
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I also have ever used the second edition and that was really fantastic... I guess the third edition would be better than the second edition...
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic