User-776673344 posted
Hello,
I have just changed my site to IIS7 and I am facing connection problems with mysql:
Microsoft OLE DB Provider for ODBC Drivers
error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
This is the connection string I am using:
Driver={MySQL ODBC 3.51 Driver};Server=IP;Database=myDataBase;User=myUsername; Password=myPassword;
I can connect to mysql through VB6 Exe. I think there is some permission issues. Any help regarding this will highly appriciated.