Saving Without Transactions

Saving Without Transactions

By default, all changes are saved in a single transaction.

Developers can disable the transaction mode by using the SaveWithoutTransaction type in the xls.handlers table.

For example:

IDTABLE_SCHEMATABLE_NAMECOLUMN_NAMEEVENT_NAMEHANDLER_SCHEMAHANDLER_NAMEHANDLER_TYPEHANDLER_CODE
 dboview_cashbookSaveWithoutTransactionATTRIBUTE

This can be useful, for example, when using transactions in procedures for saving changes.