Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am connecting 64bit mysql 5.2.6 hosted on 64bit Windows server 2008

using connection string with 32bit driver i.e .NET Connector
Provider=MSDASQL;Driver={MySQL ODBC 5.1 Driver};Server=localhost;
Database=myDataBase;User=myUsername;Password=myPassword;Option=3;

from a asp.net application which is hosted on Windows Server 2008 32 bit.
I am getting below error


ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified


Need you assistance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900