开发者

Connecting to MySQL from Microsoft Visual Web Developer 2008

The MySQL database is located on my local computer and I can't figure out how to connect to it. I dropped an SQLDataSource object onto my page and I'm tr开发者_如何学运维ying to create a new connection but can't figure out how to do it. Help please!

I've already downloaded the connectors for .NET but have no idea what to do with them =S

Thank you!


This question has been answered before: ASP .NET - Configure SQLDataSource to use MySQL .NET Connector

Don't forget to add

    using MySql.Data.MySqlClient

to your class.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜