Can Visual Studio Express 2008 connect to MySQL?

和自甴很熟 提交于 2019-12-24 13:42:16

问题


I've installed MySQL .NET connector but it's not shown in data source options to connect in Visual Studio Express Edition.

Is this possible? If so, what steps can I take?


回答1:


There are only two options shown in VB Express for data connections (this is intentional); Access and MS SQL. You will need to manually setup the connections or upgrade Visual Studio. Here is an older tutorial for VB.Net 2005 Express and MySQL, but the steps followed should be the same (VBMySQLTutorial).




回答2:


You won't actually need the tooling to connect to MySQL. You can simply write your VB.NET Code to use MySqlCommand and MySqlConnection objects.



来源:https://stackoverflow.com/questions/5601075/can-visual-studio-express-2008-connect-to-mysql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!