Deactivate BeginTrans / CommitTrans

It is possible in DeMaSy to deactivate transactions in SQL Server.

Set the following entry in database INI File in the section  Database.

CommitTransInterval = -1

If you set the entry to 0, the transactions will work normally.

If you set a value >0 so transactions will work normally and pause of X seconds will be do.