|
背景:测试的程序是用DEPHI做的一个程序,它是用ADO技术,把报文(文本)数据写入到ORACLE中,我选择COM/DCOM协议进行脚本录制,也监控到通讯数据了,但是运行时总是报错.
运行日志中报错如下:
user.h(9166): Error: The object was created and released in the actions scope, interface is not valid!
定位是在如下脚本中出错:
{
HRESULT __RetVal;
lrc_check_ifs ((IUnknown*)Lrc_This, "lrc__Connection_get_State", __FileName, __LineNumber);
__RetVal = Lrc_This->vtbl->get_State(Lrc_This,plObjState);
lrc_debug_message ("lrc__Connection_get_State", __FileName, __LineNumber, __CheckResult, __RetVal);
return __RetVal;
}
哪位朋友给帮忙解释一下.感激不尽. |
|