954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

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

hello

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

zrony
Newbie Poster
8 posts since Feb 2012
Reputation Points: 10
Solved Threads: 0
 

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.

hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 168
 

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.

bhartman21
Light Poster
39 posts since May 2010
Reputation Points: 12
Solved Threads: 7
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You