How to connect to a MySQL Data Source in Visual Studio

前端 未结 11 2108
忘了有多久
忘了有多久 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:55

    In order to get the MySQL Database item in the Choose Data Source window, one should install the MySQL for Visual Studio package available here (the last version today is 1.2.6):

    https://dev.mysql.com/downloads/windows/visualstudio/

提交回复
热议问题