A transaction on a database can be started by the 'start transaction' activity.
Activity properties
begin var Connection := CodolexFramework.DatabaseQueryProvider['Codolex'].Connection; Connection.StartTransaction; end; |
Resulting code
Select one of the available databases that can work with transactions in the properties.
It is possible to start multiple transactions on one database.