从 c++ 开始使用 SQL Express控制台应用程序

发布于 2024-10-20 07:41:50 字数 318 浏览 1 评论 0原文

现在我正在使用 VS2010 Express 编写一个小的 C++ 控制台程序。我想做的下一件事是从该程序中访问 SQL 数据库。

我已经下载了 SQL Server 2008 Express。我已经成功使用 db gui 设置了一个小数据库。 我现在的问题是,如何从我的程序中访问该数据库。我需要哪些头文件,如何连接?关于数据库本身的基本调和,我找到了很多教程,但是这个缩小程序和数据库连接之间差距的微小点让我发疯……如果有人对教程或书籍有好的建议,请告诉我。

我还尝试在 VS 中启动一个新项目,并希望为“sql 项目”找到某种设置向导,这将使我找到一种方式,但没有找到这样的向导...

Right now I am writing a little c++ console program using VS2010 Express. The next thing I want to do is to access a SQL database from within this program.

I've downloaded SQL server 2008 express. I've managed to set up a little db using the db gui.
My question now is, how do I access this db from within my program. Which header files do I need, how do I connect? About the basic tempering with the db itself I have found many tutorials, but this tiny bit that closes the gap between a program and the connection to the db drives me nuts... If any one has a nice tip to a tutorial or book, please let me know.

I've also tried to start a new project in VS, and was hoping to find some kind of setup wizard for a "sql project" that would get me one the way but did not find such a wiz...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜未央樱花落 2024-10-27 07:41:50

Microsoft 没有为 C++ 控制台应用程序的 SQL 连接提供太多功能。有许多库,例如 SOCIDTL 可以提供帮助。

Microsoft doesn't provide much for SQL connectivity from C++ console applications. There are a number of libraries such as SOCI and DTL that can help though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文