Mysql Connection with JAVA!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rameshraj
    New Member
    • Jul 2007
    • 4

    #1

    Mysql Connection with JAVA!

    How to connect Mysql and JAVA?Plz explain in detail including setting of classpaths.
    I am using windowsXP and new to JAVA.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by rameshraj
    How to connect Mysql and JAVA?Plz explain in detail including setting of classpaths.
    I am using windowsXP and new to JAVA.
    Do you have MySQL connector for Java? Google it and download it if you don't have it.

    Comment

    • rameshraj
      New Member
      • Jul 2007
      • 4

      #3
      Originally posted by r035198x
      Do you have MySQL connector for Java? Google it and download it if you don't have it.
      I do have it but the error was in the location and configution of its path.

      Comment

      • jeffbroodwar
        New Member
        • Oct 2006
        • 118

        #4
        Hi,
        Go to mysql website. download the driver then paste it in your Java installation directory (Java>jdk1._>jr e>lib>ext) folder. Visit connectionstrin gs.com for the connection string. Hope this helps.

        Kind Regards,
        Jeff

        Comment

        • r035198x
          MVP
          • Sep 2006
          • 13225

          #5
          Originally posted by rameshraj
          I do have it but the error was in the location and configution of its path.
          Where do you have it placed? Place it in the folder mention above and try it. If you get an error then please post the error message as well.

          Comment

          Working...