• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Want to learn JDBC

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

Iam new in this forum.

I have been in Java Ranch since a year,but in SCJP forum. I am overwhelmed by the replies I got for my doubts in that forum and learnt alot for certification and will continue.

Hope I will be benifitted with this forum too.

My question is I want to learn JDBC.I found tutorials on net,but want to know what I have to install in my machine.Iam having Java 1.6 in my machine.

Thank in advance.
 
Marshal
Posts: 80622
469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are starting with the Java database ("Derby") which is provided with the standard JDK, you probably don't need to install anything.
If you use another DBMS, go to its website and see what they tell you. This example for MySQL tells you which connector to download; you would have to download MySQL as well.

[edit]Corrected URL format[/edit]
[ January 18, 2008: Message edited by: Campbell Ritchie ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic