MySQL Forums
Forum List  »  Connector/ODBC

ODBC 3.51.19 - Win2K3 x64 - Still Not Working from Classic ASP
Posted by: Matt Laski
Date: August 15, 2007 08:37AM

I installed the Windows 2003 x64 package on my server yesterday using the "How to install from a ZIP" directions. I am able to get into the ODBC Manager and make a DSN, when tested it works correctly.

But apparently I am still not able to access that driver from a Classic ASP page. When trying to connect I am still getting this message:

ADODB.Connection error '800a0ea9'
Provider is not specified and there is no designated default provider.

My Connection String is:

"DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=database;USER=username;PASSWORD=password;OPTION=3;"

IIS is running as a 64 bit process ... switching it to a 32 bit process is unfortunatley not an option at this time. mySQL via ODBC seems to be the only application that we cant port to this server.

Any ideas or work arounds would be greatly appreciated.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.