Transact


Transact_Compound
(SWI &4FC0C)


This SWI which appears in the v0.2.1 release of the Transact engine allows a client application to submit multiple data manipulation requests (INSERT, DELETE or UPDATE) in just one client call.

On entry

On exit

Possible errors

Additional note

One important point in the Transact_Compound SWI is that it implements partial rollback that is, when an error occurs as part of the processing of a service in the cell, the engine lets the transaction return to its state as it was before the first service call specified in the cell array was submitted (that is pending writes submitted as part of the active transaction beforewards are kept).