Results 1 to 4 of 4

Thread: Connecting the program to an internet MySQL server

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    17

    Connecting the program to an internet MySQL server

    Hi all,

    I am a beginner in Visual Basic and I am writing a program which helps the users search subtitles. On start I need the program connect to an internet MySQL server and get the updated site list.

    What shall I do to make this connection? What file shall I add to my setup file to make it work?

    Any idea?

    Thanks

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Connecting the program to an internet MySQL server

    Welcome to VBForums!

    Which version of VB are you using? (the methods you would use are dramatically different)

    One thing we can say for certain is that you will need to install the client drivers (possibly ODBC) for MySQL.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    17

    Re: Connecting the program to an internet MySQL server

    Hi,

    I use VB6. I know how to install the ODBC for MySQL manually, but I don't have any idea how I can arrange it with the setup automatically
    Any idea?

    Thanks

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Connecting the program to an internet MySQL server

    I don't know I'm afraid, perhaps there is something on the MySQL web site which explains it.

    In order to use MySQL from VB6, you can use our ADO Tutorial (link in my signature).. you just need to change the connection string - and there is another link for that in my signature, which has examples for MySQL.

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