Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Help about connecting DB to java!

  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help about connecting DB to java!

    Hi.
    I want to connect sql server2000 to my my program in java .
    wat should I do?it needs downloading driver ?please explaine wat should I do and give the link for downloading the driver for it and adding it to build path in eclipse.i dont know wat to do!
    please give me some sample code for connecting!i need it as soon as possible!
    waiting for your replies!
    Thanks.


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Help about connecting DB to java!

    Yeah you will need the driver, have a look at something like this.

    java jsp : connecting to sql server tutorial? - Stack Overflow

    // Json

Similar Threads

  1. connecting two classes?
    By chronoz13 in forum Object Oriented Programming
    Replies: 9
    Last Post: September 1st, 2009, 03:15 PM
  2. Replies: 1
    Last Post: November 12th, 2008, 05:16 PM