Add My SQL data source in VIsual Studio express 2013

前端 未结 2 590
傲寒
傲寒 2021-01-26 11:42

I already install this two requirement:
1-Connector/Net 6.8.1 beta or higher version to check the Connector/Net & Entity Framework features. (download at: http://dev.mys

相关标签:
2条回答
  • 2021-01-26 11:56

    what you can do if you have access , create an access DB that use ODBC to link to the MySQL Server , and then import the access DB as a data source in VS Express.

    That way you are Using Access as a middle man to handle the connection :

    VS Express <--> Access DB <--> Mysql

    0 讨论(0)
  • 2021-01-26 12:01

    That's because Visual Studio Express does not allow you to install extensions. This is one of the limitations of the Express edition. You need to add everything MySQL related manually.

    This is also stated here:

    MySQL for Visual Studio does not support Express versions of Microsoft development products, including the Visual Studio and the Microsoft Visual Web Developer.

    To use MySQL Connector/Net with an Express versions of Microsoft development products, use MySQL Connector/Net 6.7.4 or later, without installing the MySQL for Visual Studio.

    That does not mean that you cannot use MySQL in the Express Edition. It just means that you don't get to use the nifty design-time tools ;-)

    0 讨论(0)
提交回复
热议问题