Connecting MySQL DataSource in Visual Studio 2012
The integration of MySQL DataSource with Entity Framework (EF) in Visual Studio 2012 has been a topic of discussion. However, adding a MySQL database to the DataSource Dialog has posed a challenge for developers.
As it turns out, MySQL Connector v6.5.5 will resolve this issue by providing Visual Studio 2012 integration. According to the MySQL Forums, this support will be available in Connector/NET 6.5.5 and subsequent 6.6.x versions.
If you're eager to test this integration before the official release, you can follow the steps outlined on this Microsoft TechNet wiki:
You should now be able to connect to and use a MySQL database within Visual Studio 2012.
The above is the detailed content of How to Connect to MySQL Database in Visual Studio 2012?. For more information, please follow other related articles on the PHP Chinese website!