梁
梁无惧
Unregistered / Unconfirmed
GUEST, unregistred user!
ADOTable1.Append;
ADOTable1.FieldByName(‘单号ID‘).AsInteger:=odd;
ADOTable1.FieldByName(‘商品编号‘).AsString:=ADOTable2.FieldByName(‘商
品编号‘).AsString;
ADOTable1.Post;
ADOTable1.Refresh;
为何在REFRESH时会出错
Project mbsys.exe raised exception class EOLeException whith
message ‘The key value for this row has been changed or deleted at
the data source. The local row is now delted‘,Process stopped Use
Step or Run to continue
按下确定运行后,又说:
Project mbsys.exe raised exception class EOleException with
message ‘A given HEROW referred to a hard- or soft-deleted row‘.
Process stopped Use Step or Run to continue.
按下确定并运行后,一显示窗体,又重复出现以上这个提示,不断重复,
这个表只有ID(自动编号),单号ID(数值),商品编号(字符串)三个字段,
不知为何总是出现以上提示!!!!?????
ADOTable1.FieldByName(‘单号ID‘).AsInteger:=odd;
ADOTable1.FieldByName(‘商品编号‘).AsString:=ADOTable2.FieldByName(‘商
品编号‘).AsString;
ADOTable1.Post;
ADOTable1.Refresh;
为何在REFRESH时会出错
Project mbsys.exe raised exception class EOLeException whith
message ‘The key value for this row has been changed or deleted at
the data source. The local row is now delted‘,Process stopped Use
Step or Run to continue
按下确定运行后,又说:
Project mbsys.exe raised exception class EOleException with
message ‘A given HEROW referred to a hard- or soft-deleted row‘.
Process stopped Use Step or Run to continue.
按下确定并运行后,一显示窗体,又重复出现以上这个提示,不断重复,
这个表只有ID(自动编号),单号ID(数值),商品编号(字符串)三个字段,
不知为何总是出现以上提示!!!!?????