开发者

Connecting to MySQL from Microsoft Visual Web Developer 2008

开发者 https://www.devze.com 2023-03-01 05:20 出处:网络
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 connect

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

精彩评论

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

关注公众号