There is a problem changing autocommit mode for FreeTDS.
Do it several times:
Code: Select all
procedure TForm1.Button3Click(Sender: TObject);
begin
if ZConnection1.AutoCommit=false then ZConnection1.AutoCommit:=true else ZConnection1.AutoCommit:=false;
end;
I get: (Only for FeeTDS)
Michal