• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Suggest me books

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to learn JDBC. I know nothing about Oracle. Can any of you please suggest me a book for JDBC? I also want to know whether i should have SQL knowledge before learning JDBC. Also tell me the database software required.

Thanking you...
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You will nees SQL knowledge to learn JDBC. All databases come with documentation that covers the basics (and more) of SQL. If its Oracle you intend to use, there is a SQL Reference book that is very indepth and full of examples.

JDBC itself is fairly basic, so I don;t know if you'll need a book to learn it. I'd recommend having a go at the Sun JDBC tutorial, it might be enough to explain the basics.
 
Ranch Hand
Posts: 445
Android Eclipse IDE Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I really appreciate you because most of the new ranchers don't show any interest towards learning and they intend other fellow ranchers to solve their problem.. I heartily appreciates you..
 
Marshal
Posts: 80742
485
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Agree, Paul, that you probably don't need a JDBC book if you have the Sun tutorial. One book I like, which may be available for a modest price, is Sheldon and Moes, Beginning MySQL, Wrox, 2005. Unfortunately MySQL has moved on a lot since 2005, so a new edition is (in my opinion) required. It does have some MySQL-specific features.
 
vijay purush
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, thank you Paul and Campbell for the quick reply.. Nice to know that i don't have to spend money for a book on JDBC.. Now, i can use it for SQL book..
 
reply
    Bookmark Topic Watch Topic
  • New Topic