Hello Friends,
I'm establishing a connection between ASP.NET and MySql. But i'm getting following error
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Hello Friends,
Here i'm also providing my ConnectionString below
<connectionStrings>
<add name="ConnectionString" connectionString="Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=totalbhakti_new;uid=root;pwd=; />
</connectionStrings>
Actually MySql which is installed on my system is with PHP(using Wamp Server). Is that the reason behind throwing the error