Manoj Bisht

Manoj Bisht

  • NA
  • 140
  • 0

ASP.NET with MySql, throwing errors

Feb 26 2009 6:28 AM

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


Answers (2)