Add My SQL data source in VIsual Studio express 2013

前端 未结 2 674
傲寒
傲寒 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

提交回复
热议问题