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!
Printable View
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!
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.
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!