T
Teikini
Unregistered / Unconfirmed
GUEST, unregistred user!
分少, 原谅.
原码DB:ORACLE)
with dmlZaiko do
begin
tblM40_Shohin.SetKey;
tblM40_Shohin.FieldByName('M40_SHOHIN_CD').AsString := '101';
if tblM40_Shohin.GotoKey then
begin
tblM40_Shohin.Edit;
tblM40_Shohin['M40_MIN_STOCK'] := 5000;
tblM40_Shohin.Post;
end;
end;
问题:
这种更新能用COMMIT和ROLLBACK吗 ?
如能:怎么作,请给我加几句.
(不要告诉我用SQL,SQL当然可以)
原码DB:ORACLE)
with dmlZaiko do
begin
tblM40_Shohin.SetKey;
tblM40_Shohin.FieldByName('M40_SHOHIN_CD').AsString := '101';
if tblM40_Shohin.GotoKey then
begin
tblM40_Shohin.Edit;
tblM40_Shohin['M40_MIN_STOCK'] := 5000;
tblM40_Shohin.Post;
end;
end;
问题:
这种更新能用COMMIT和ROLLBACK吗 ?
如能:怎么作,请给我加几句.
(不要告诉我用SQL,SQL当然可以)