坏
坏蟑螂
Unregistered / Unconfirmed
GUEST, unregistred user!
//like this
DataBase1.StartTransaction;
.......//写数据表
try
DataBase1.Commit;
except
DataBase1.RollBack;
end;
我试了试,开始说要将DataBase1.TransIsolation置tiDirtyRead,
我改了,程序不出错,但事务不起作用。
why?
how to do?
DataBase1.StartTransaction;
.......//写数据表
try
DataBase1.Commit;
except
DataBase1.RollBack;
end;
我试了试,开始说要将DataBase1.TransIsolation置tiDirtyRead,
我改了,程序不出错,但事务不起作用。
why?
how to do?