开发者

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜