FreeTDS AutoCommit

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
miab3
Zeos Test Team
Zeos Test Team
Posts: 1310
Joined: 11.05.2012, 12:32
Location: Poland

FreeTDS AutoCommit

Post 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
You do not have the required permissions to view the files attached to this post.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1956
Joined: 17.01.2011, 14:17

Re: FreeTDS AutoCommit

Post 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
Post Reply