用TWebConnection产生“Could not convert variant of type (Dispatch) into type (Intege

  • 主题发起人 主题发起人 lixh0827
  • 开始时间 开始时间
L

lixh0827

Unregistered / Unconfirmed
GUEST, unregistred user!
用TWebConnection产生“Could not convert variant of type (Dispatch) into type (Integer)”,怎么办? ( 积分: 50 )<br />我们的程序结构是:
客户端(TWebConnection)—〉WWW—〉httpSrvr.dll(Borland提供)—〉DCOM服务器(我们自己开发的)—〉Oracle.
当客户端比较多,或者运行的时间比较长,就“有可能”出现TWebConnection连接httpSrvr.dll出错(但具有随机性)。返回的错误是“Could not convert variant of type (Dispatch) into type (Integer)”。
在出错的时候我曾经调试过,是在将TWebConnection.Connected置为 True的时候发生的。这是TWebConnection自身的bug吗?还是需要设置一下?请指点。
 
我们的程序结构是:
客户端(TWebConnection)—〉WWW—〉httpSrvr.dll(Borland提供)—〉DCOM服务器(我们自己开发的)—〉Oracle.
当客户端比较多,或者运行的时间比较长,就“有可能”出现TWebConnection连接httpSrvr.dll出错(但具有随机性)。返回的错误是“Could not convert variant of type (Dispatch) into type (Integer)”。
在出错的时候我曾经调试过,是在将TWebConnection.Connected置为 True的时候发生的。这是TWebConnection自身的bug吗?还是需要设置一下?请指点。
 
后退
顶部