MySQL Connecting Problume

  • Thread starter Thread starter Rajesh A via DotNetMonster.com
  • Start date Start date
R

Rajesh A via DotNetMonster.com

Hi Friends
whenever i am connecting to MySQL then i am facing this error message.
"
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and
no default driver specified "

i am using ASP.NET
i allready installed MySQL DRiver

1. MyODBC-3.51.10-x86-win-32bit.exe
2 mysql-connector-net-1.0.4.

please help
Rajesh
 
i am using ASP.NET
i allready installed MySQL DRiver

1. MyODBC-3.51.10-x86-win-32bit.exe
2 mysql-connector-net-1.0.4.

You've left out the single most important piece of information - the
connection string!

Also, since you've downloaded and installed a native .NET data provider, why
are you trying to connect via ODBC?
 
Why don't you use the managed provider? You can download it from the MySQL
website.

The only problem (!) is that it's licensed under the GPL.

But it does work.
 
Also, since you've downloaded and installed a native .NET data provider, why
are you trying to connect via ODBC?

Hi
Actually i dont know how to use .net data provider in MySql. so Can u send
Some basic idea or some Site reff....
where can i get this MySql .net data provider? please send the link....
Thanks
rajesh
 
Back
Top