FreeTDS AutoCommit
Posted: 10.06.2017, 15:46
Hi Jan,
There is a problem changing autocommit mode for FreeTDS.
Do it several times:For Zconnection1: = true;
I get: (Only for FeeTDS)
Michal
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