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: setting JDBC driver steps

  1. #1
    Junior Member planmaster's Avatar
    Join Date
    Apr 2010
    Location
    Yerevan
    Posts
    7
    Thanks
    5
    Thanked 1 Time in 1 Post

    Post setting JDBC driver steps

    I wanna create a java desktop application and need to install mysql driver so that I can connect with that application.
    I have looked for everywhere but I haven't found anything usefull.
    If it's not hard please explain me step by step how set my ODBC driver.
    I wanna use the type 4 for the connection.
    thanks all who'll help me with my task!


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: setting JDBC driver steps

    Download the driver for the database, and place it on your class classpath. This tutorial should walk you through many of the basics.

  3. The Following User Says Thank You to copeg For This Useful Post:

    planmaster (November 6th, 2010)

Similar Threads

  1. Cannot locate sun.jdbc.odbc.jbcOdbc driver
    By birdlover2010 in forum JDBC & Databases
    Replies: 7
    Last Post: November 6th, 2010, 02:57 PM
  2. How to instal JDBC driver package in eclipse
    By sathish in forum JDBC & Databases
    Replies: 2
    Last Post: September 2nd, 2010, 10:09 AM
  3. How to install a JDBC driver in Eclipse? And where to take it from?
    By noFear in forum Java Theory & Questions
    Replies: 2
    Last Post: August 17th, 2010, 10:51 AM
  4. Help with JDBC
    By michaelmel in forum JDBC & Databases
    Replies: 0
    Last Post: May 14th, 2010, 07:11 AM
  5. Replies: 6
    Last Post: August 30th, 2009, 04:31 AM

Tags for this Thread