CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2010
    Posts
    121

    mysql and Java links

    I have to login and connect to a mysql database using a java front end. I am also required to write and run queries in Java using Statement, etc.

    Does anyone know of any useful links / tutorials to get me started

    Thanks

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: mysql and Java links

    Did you try googling for "Java MySQL tutorial".
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  3. #3
    Join Date
    Feb 2010
    Posts
    121

    Re: mysql and Java links

    Quote Originally Posted by keang View Post
    Did you try googling for "Java MySQL tutorial".
    Thanks! This is a tongue in cheek of way of doing the same thing ;-)

    Let me Google that for you

    Actually, being serious, I was thinking on the lines that members had some useful links which are hard to find. However, first 'Google' came up with this very useful link, so this will be my starting point

    MySQL and Java JDBC - Tutorial

  4. #4
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: mysql and Java links

    Actually, being serious, I was thinking on the lines that members had some useful links which are hard to find. However, first 'Google' came up with this very useful link, so this will be my starting point
    Yes there is a chance that one or more of us does have a link to a good tutorial, however, your first effort should be to try and find one yourself. Apart from anything else it's quicker for you if you can find one through google as you don't have to wait for us to reply.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  5. #5
    Join Date
    Jan 2011
    Posts
    24

    Re: mysql and Java links

    Don't forget to share link if you find them good, it will be better for some one else who will look for same kind of tutorial.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured