visual studio 2010上用visual C++开发windows应用程序,如何连接自带数据库??

2024-12-19 02:03:09
推荐回答(1个)
回答1:

以连接mysql为例,方法如下:
首先需要安装.net连接mysql的驱动,去http://www.mysql.com/downloads/connector/net/下载并安装。
然后你就可以在vs的server explorer添加连接了。
在程序中你也可以用连接字符串,比如:


如果要具体教程的话可以看一下http://www.itcsolutions.eu/2010/09/09/how-to-connect-to-mysql-database-from-visual-studio-vs2010-problems-with-net-connectors/