How to connect to a MySQL Data Source in Visual Studio

前端 未结 11 2114
忘了有多久
忘了有多久 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条回答
  •  猫巷女王i
    2020-11-28 09:39

    View ImageI have got the same problem for my vs 2013 on 64-bit machine. So i tried to download MySql extension for VS and install it on my machine. and restart the vs.

提交回复
热议问题