PDA

View Full Version : ado provider for mySql


Franky
04-04-02, 07:39
I whan to connect my DB MySql with ADO connection but i dont find the correct Provider for it...

is't not SQLOLEDB...

somebody know?

thanks!

Franky
Franky@boucheros.com

jolopy328
06-13-02, 15:02
Download the latest MyODBC Driver from http://www.mysql.com/downloads/api-myodbc.html

After installing this, you should be able to interact with a MySQL database via ADO. I use a DSN on my machine to interact with a remote MySQL database, but I can't say I know how to do a DSN-less MySQL connection.

Hope this points you in the right direction, though.