分享
 
 
 

VC编译ADO的开发环境和客户环境的细微差别可能导致的失败

王朝vc·作者佚名  2006-01-08
窄屏简体版  字體: |||超大  

·应阅读本公告牌的目标受众:针对Microsoft®ADO 2.5及其后续版本加以应用的客户。这其中便包括使用着Microsoft Windows® XP、SQL Server™ 2000和MDAC 2.7的VC程序员。

·薄弱环节可能造成的影响:VC编译的应用运行失败。

·现象:

在开发机器上编译如下代码:

#pragma warning(push) // Needs to be done in order to suppress warning message

#pragma warning(disable:4146) // caused by bug in ADO (MS Knowledge Base article Q253317)

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

#pragma warning(pop)

.....

_CommandPtr pCmd = NULL;

HRESULT hr = pCmd.CreateInstance("ADODB.Command");

但是在客户的一台正常的Windows2000上却发生错误:

Command指针创建失败,错误号:0x80004002,错误描述:没有此接口。

·原因:

我们的开发机器上一般都装有MDAC2.7,这可能是因为装了SQL Server,也可能是WinXP自带的。

而客户机器上只有MDAC2.5。

由于微软的ADO开发小组习惯上总把ADO的最新版本命名为默认接口,如ADO2.5时将_Command25命名为_Command。

这样当你在MDAC2.7下编译VC代码,绑定的_Command的InterfaceID可能就是_Command2.7的接口ID。而在客户的MDAC2.5环境中

,可能不存在这个接口ID,它的_Command的接口ID还是2.5的,和你的机器上的_Command接口ID肯定不一样。

所以以VC的方式创建_CommandPtr指针,是无法创建出来的。但是由于VB并不是绑定InterfaceID,所以VB中还可以正常创建ADO接口指针。

·解决方法:

第一种:只在MDAC2.5环境下编译,并发布到MDAC2.5以上的客户环境中,但是WindXP就没有办法了;

第二种:强迫客户环境升级MDAC;

第三种:在MDAC2.7环境下编译,但是我们只明确表示创建Command25指针,如下所示:

ADODB::Command25Ptr pCmdChange = NULL;

HRESULT hResult = pCmdChange.CreateInstance(__uuidof(ADODB::Command));

第四种:选择使用OLEDB;

============================================

·参考1:

请一定参考这篇文档,他们抱怨得非常清楚:

http://groups.google.com/groups?q=b08400bd+command&hl=zh-CN&lr=&ie=UTF-8&oe=UTF-8&selm=uwaoAXD7BHA.1864%40tkmsftngp04&rnum=1

> The call to CreateInstance will fail when the code is

> compiled with a MDAC 2.7 version of msado.dll but run on

> a system with MDAC 2.5 installed. It returns a HRESULT of

> 0x80004002 (E_NOINTERFACE) - "The QueryInterface method

> did not recognize the requested interface. The interface

> is not supported.". i.e. the code tried to find the new

> _Command interface NOT the old _Command interface as

> defined in MDAC 2.5.

> The code works fine when compiled with MDAC 2.5 and run

> on a system with MDAC 2.5 or greater. (Will also work

> fine when compiled with MDAC 2.7 and run on MDAC 2.7).

>

> SOLUTIONS

> ------------------

>

> 1) Compile only on MDAC 2.5 and then can target MDAC 2.5

> or greater (Not really an option with Windows XP (.NET

> etc.))

>

> 2) Compile with MDAC 2.7 and force all clients to upgrade

> to MDAC 2.7 (Not an ideal solution as already have enough

> problems when forcing clients to install MDAC 2.5 -

> breaking existing apps - or simply not installing

> properly as part of the install process)

>

> 3) The solution we have come up with is to develop on

> systems with MDAC 2.7 installed but not to use

> the "_Command" interface. Instead we use the "Command25"

> interface (i.e. this is the renamed "_Command" interface

> from MDAC 2.5). This means all our developers are forced

> to develop on MDAC 2.7 but we can continue to target MDAC

> 2.5 or better). i.e. the above code becomes

>

> ADODB::Command25Ptr pCmdChange = NULL;

> HRESULT hResult = pCmdChange.CreateInstance

> (__uuidof(ADODB::Command));

=============================

·参考2:

另一篇中文参考:

我的ATL/ADO编程的曲折经历 horris(原作)

http://www.csdn.net/develop/article/14/14662.shtm

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有