| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 640 人关注过本帖
标题:各位大侠快帮帮我(有关ADO的)
只看楼主 加入收藏
yangyh1984
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2005-3-19
收藏
 问题点数:0 回复次数:1 
各位大侠快帮帮我(有关ADO的)
在vc中用ADO访问数据库时,很多文章都说使用ADO前必须在工程的stdafx.h头文件里用直接引入符号#import引入ADO库文件,以使编译器能正确编译(#import "C:\Program Files\Common Files\System\ADO\MSADO15.DLL" no_namespace rename("EOF","adoEOF")),但是到底得加在stdafx.h头文件的哪个位置阿?我加了好几次都出错了!急死我了
搜索更多相关主题的帖子: ADO 
2005-03-20 00:07
cy1982914
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2005-4-1
收藏
得分:0 

if !defined(AFX_STDAFX_H__F4EA4828_B6BC_458B_943C_C99C7C679229__INCLUDED_) #define AFX_STDAFX_H__F4EA4828_B6BC_458B_943C_C99C7C679229__INCLUDED_

#if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000

#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers

#include <afxwin.h> // MFC core and standard components #include <afxext.h> // MFC extensions #include <afxcview.h> #include <afxdisp.h> // MFC Automation classes #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls

#ifndef _AFX_NO_AFXCMN_SUPPORT #include <afxcmn.h> // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT #include <afxdb.h>

#import "c:\Program Files\Common Files\System\ado\msado15.dll" no_namespace rename("EOF","adoEOF")

//{{AFX_INSERT_LOCATION}} 自己看把!!!!

2005-04-02 11:42
快速回复:各位大侠快帮帮我(有关ADO的)
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.015623 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved