ODBC Connection with .Net Framework 1.0


Hi..

I have to connect my .Net Application with the MySQL Database. I am using the .NET Framework 1.0 and MySQL 3.23. Know my problem is that .Net framwork doesn’t provide the ODBC connectivity and OleDB is not connecting the Database. So, I need a Odbc driver for the same I found one on the MySql site but that doesn’t seems to be the right choice than after 3 days of work ( I got lazy in searching) I found the ODBC .Net Data Provider from Microsoft. (Link : http://www.microsoft.com/downloads/details.aspx?FamilyID=6ccd8427-1017-4f33-a062-d165078e32b1&displaylang=en )

Now, I can connect to MySQL database and work on it…

Bye,

Sumit Gupta