hello

send me free download link of mysql for asp.net and how i connect it with asp.net

Recommended Answers

All 2 Replies

There is no MySQL version for .Net. I think you are looking for the .Net connector for MySQL (component that allows .net to talk to MySQL). That can be found here:
http://dev.mysql.com/downloads/connector/net/

The connector is added to your .Net project as a reference and in your class you import MySQL.Data.Client to access it.

There are several ways to connect to mySql via .NET as well as different values you can set inside your connection string ... check out http://www.connectionstrings.com/mysql to figure out the connection string you want to use.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.