|
-
Feb 5th, 2012, 08:02 PM
#1
Thread Starter
Junior Member
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!
-
Feb 5th, 2012, 08:43 PM
#2
Addicted Member
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.
-
Feb 5th, 2012, 10:29 PM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|