W
wangwang5188
Unregistered / Unconfirmed
GUEST, unregistred user!
我在用缓存更新数据时,代码如下:
begin
posdm.jhmain.database.applyupdates([posdm.jhmain]);
posdm.jhmx.database.applyupdates([posdm.jhmx)];
end;
其中 jhmain 和jhmx是主/从关系,我在执行时总是出现如下错误‘at end of table’,
但是jhmain的数据可以保存上,但是jhmx的数据却保存不上,为什么呀?都快要急死我啦
请各位帮忙呀。
begin
posdm.jhmain.database.applyupdates([posdm.jhmain]);
posdm.jhmx.database.applyupdates([posdm.jhmx)];
end;
其中 jhmain 和jhmx是主/从关系,我在执行时总是出现如下错误‘at end of table’,
但是jhmain的数据可以保存上,但是jhmx的数据却保存不上,为什么呀?都快要急死我啦
请各位帮忙呀。