Home > Database > Mysql Tutorial > body text

添加MFC类时,从基类中找不到CRecordSet的解决办法

WBOY
Release: 2016-06-07 15:04:24
Original
1709 people have browsed it

1、 添加 类,选择MFC ODBC Consumer,这时会弹出一个对话框“MFC ODBC Consumer Wizard - 项目名称”。 2、点击Data Source按钮,弹出对话框“选择数据源”。 3、点击新建按钮,弹出对话框“创建新数据源”,在列表框中选择“Driver do Microsoft Access”

1、添加类,选择MFC ODBC Consumer,这时会弹出一个对话框“MFC ODBC Consumer Wizard - 项目名称”。
2、点击Data Source按钮,弹出对话框“选择数据源”。
3、点击新建按钮,弹出对话框“创建新数据源”,在列表框中选择“Driver do Microsoft Access”,点击下一步;浏览文件选择你的ACCESS数据库,点击下一步,点击完成,弹出对话框“ODBC Microsoft Access 安装”。
4、点击选择按钮,找到你的ACCESS数据库并选择,确定。这时选择按钮上面的“数据库:”显示你选择的数据库了,确定。
5、双击新创建的dsn,又弹出对话框“ODBC Microsoft Access 安装”,点击确定,弹出了对话框“Select Database Object”。
6、选择你要派生CDaoRecordset的数据表,确定,回到了对话框“MFC ODBC Consumer Wizard - 项目名称”。这时类名,类头文件名及类实现文件名都可修改,点击完成。

类是不是已经创建到你的项目中了?


转载地址:http://topic.csdn.net/u/20091208/20/ca925d5c-593f-4584-b4da-7cf2f527a311.html

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!