Page 1 of 1

FreeTDS AutoCommit

Posted: 10.06.2017, 15:46
by miab3
Hi Jan,

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;
For Zconnection1: = true;

I get:
free_auto.png
(Only for FeeTDS)

Michal

Re: FreeTDS AutoCommit

Posted: 11.06.2017, 14:04
by marsupilami
Hello Michal,

duh - that seems odd. Could you please create a bug report on SF for me not to forget this? Honestly I would like to rework the autocommit mode of freetds (and any dblib based driver) anyway... See SF Bug #179. Unfortunately I don't have much time for Zeos these days...

Did you try to create a log with TZSQLMonitor? Which version of FreeTDS do you use?

With best regards,

Jan