Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试连接 VS2010 和 mySQL 服务器来编写简单的控制台应用程序。3 天以来,我正在尝试设置所有内容,但没有运气。我在 C++ OOP 方面有一些技能,但从来没有做过这样的事情。
所以有人可以在这里指点我的教程或帮助,如何在我编写任何代码之前安装和准备所有这些东西。
我正在使用:mysql server 5.6 和 mysql connector c++
主要问题是 mysql 连接器/c++ 我遵循了他们网站上的文档,但这对我来说太难了。(什么是提升,Cmake)。
我猜你需要.NET 连接器。
http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/7bd1889e-f169-4c14-9a55-7043a5dd8881
http://www.c-sharpcorner.com/UploadFile/65fc13/working-with-mysql-to-visual-studio-2010/