• 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

need good book

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi! all,
can anybody tell me somegood book on jdbc ..
thanx
--prateek
 
Sheriff
Posts: 6450
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
O'Reilly has a book on JDBC that I hear is pretty good. However JDBC isn't that deep of a subject in and of itself. You can probably find sufficient JDBC info in many Java books, as well as on the Sun site. If you are a novice to the world of relational databases, and you are using Oracle, the book Oracle 8 Programming: a Primer (Rajshekhar Sunderraman, Addison Wesley) is very useful, giving you some good theoretical as well as practical info on relational databases and Oracle, including JDBC. If you are already comfortable with relational databases, Oracle 8i Application Programming with Java, PL/SQL and XML (Wrox) has a lot of good info.
 
prateek narang
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you very much.
 
Ranch Hand
Posts: 1879
MySQL Database Suse
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://java.sun.com/docs/books/tutorial/jdbc/index.html
There is also a link to Sun's book on jdbc as well as the tutorial. I think that the tutorial is good enough though. Are you an experienced java programmer, looking to start in on JDBC or are you looking to start learning java in general as well?
Jamie
 
reply
    Bookmark Topic Watch Topic
  • New Topic