How to connect to a MySQL Data Source in Visual Studio

前端 未结 11 2111
忘了有多久
忘了有多久 2020-11-28 09:15

I use the MySQL Connector/Net to connect to my database by referencing the assembly (MySql.Data.dll) and passing in a connection string to MySqlConnection. I

11条回答
  •  醉话见心
    2020-11-28 09:52

    install the MySQL .NET Connector found here http://dev.mysql.com/downloads/connector/net/

    alt text

提交回复
热议问题