How to add database to MFC project in Visual Studio 2017?

主宰稳场 提交于 2021-01-29 08:00:09

问题


I need to create an MFC project with database. As I can see in screens of VS 2015, there was a special option for it. But in VS 2017 I don't see it. Here's the list of components I have:

But I still can't find anything that can help me find database support for mfc. I will be grateful for any help. Thanks in advance!


回答1:


This will be similar to my answer I am missing the Add new item Add "MFC Class From Typelib" in VS-2019 or this issue The big ATL wizard misery.

You will need to create it in VS2015 and port it to VS2017, or manually implement what the Wizard does automatically.



来源:https://stackoverflow.com/questions/58400749/how-to-add-database-to-mfc-project-in-visual-studio-2017

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