楼主,就救救我吧
---------------------------------
为什么我用delphi7自带的intraweb开发一个小型在线销售系统发布后会有这个莫明奇妙的问题?
我用
procedure Move(AFormClass: TIWAppFormClass);
begin
TIWAppForm(RWebApplication.ActiveForm).Free;
AFormClass.Create(RWebApplication).Show;
切换页面时,偶尔会出现'access violation at address 00512325 in module 'xxxx.exe'.read of address 000000224' process stopped. use step or run to continue'的提示,
注:我用的是ado组件集里的tadoquery,tadotable组件,是不是应该用什么ClientDataSet组件
运行环境( mdac 2.7,win2000server sp3, delphi 7.0,ie6 sp1)