西
西瓜妹妹
Unregistered / Unconfirmed
GUEST, unregistred user!
我在代码中写道
Database1.StartTransaction;
try
BatchMove1.Source:=Table1;
BatchMove1.Destination:=Table2;
BatchMove1.Execute;
Database1.Commit;
except
Database1.Rollback;
end;
但是总出错
请问事务是否支持batchmove
Database1.StartTransaction;
try
BatchMove1.Source:=Table1;
BatchMove1.Destination:=Table2;
BatchMove1.Execute;
Database1.Commit;
except
Database1.Rollback;
end;
但是总出错
请问事务是否支持batchmove