简体   繁体   中英

Displaying mysql table with asp.net

I want to display a table from an mysql Db with asp.net. What do you suggest is the best way to to this?

I'm new to mysql with asp.net so i have no idea.

I think you can download the providers from the below url:

http://dev.mysql.com/downloads/connector/net/5.0.html

Install it on your machine. And in your project add the appropriate reference. Import the namespace in your code. YOu'll be able to use objects which talk with mysql server. Look at sample below:

http://www.functionx.com/mysqlnet/csharp/Lesson02.htm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM