Page 1 of 1

Auto Commit

Posted: Tue 16 Oct 2018 08:54
by rolfz
On any UPDATE or whatever we have to write COMMIT except editing in the grid. That seems to work.

Where can we activate Auto Commit on SQL statements as it was in the previous Version? We couldn't find anything like that.

Re: Auto Commit

Posted: Wed 24 Oct 2018 11:48
by AlexandrS
Hello,

Unfortunately, there is no such an opportunity right now, but we will add Auto Commit to the next product build.

Re: Auto Commit

Posted: Thu 31 Jan 2019 09:39
by ambren
In the context of data management, autocommit is a mode of operation of a database connection. Each individual database interaction (i.e., each SQL statement) submitted through the database connection in autocommit mode will be executed in its own transaction that is implicitly committed.

Re: Auto Commit

Posted: Mon 04 Mar 2019 11:07
by alexa
We take this into account.