Auto Commit

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
rolfz
Posts: 7
Joined: Fri 21 Aug 2015 13:45

Auto Commit

Post by rolfz » Tue 16 Oct 2018 08:54

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.

AlexandrS
Devart Team
Posts: 20
Joined: Mon 22 Jan 2018 11:27

Re: Auto Commit

Post by AlexandrS » Wed 24 Oct 2018 11:48

Hello,

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

ambren
Posts: 1
Joined: Thu 31 Jan 2019 09:29

Re: Auto Commit

Post by ambren » Thu 31 Jan 2019 09:39

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.

alexa

Re: Auto Commit

Post by alexa » Mon 04 Mar 2019 11:07

We take this into account.

Post Reply