Results 1 to 3 of 3

Thread: VB 6.0 MySQL Connection

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2011
    Posts
    22

    VB 6.0 MySQL Connection

    Hello everyone,

    Can someone teach me how to connect mysql to vb 6 using the simplest way and can you please give sample codes.

    Thanks a lot!

  2. #2
    Addicted Member Tengkorak's Avatar
    Join Date
    Nov 2006
    Posts
    240

    Re: VB 6.0 MySQL Connection

    Hello,

    This is my way that i use for my application using Mysql database :

    - you need to install Mysql Connector ( you can download in mysql.com)
    - you can use Mysql Connection string (check here: www.connectionstrings.com)

    and than you can use ADODB, same like you use to Connect into SQL Server or MS Access, but just change connection string with mysql connection string like the link i give you.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2011
    Posts
    22

    Re: VB 6.0 MySQL Connection

    Thanks man!

    This is the kind of answer I love to receive!
    As simple as this and yet, I get to grasp of things already..

    I'll give it a try first though..

    Thanks again Tengkorak!

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