Forum Moderators: open
I don't know about performance, but you could use the mySql ODBC driver. Visit [mysql.com...] for the driver.
Something like this: strConnect = "Provider=MySQLProv;Data Source=mySQLDB;User Id=myUsername;Password=myPassword;"
I use SQL and my provider is SQLOLEDB. I'm trying to find the MySQL one.