This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
SUSPEND TRANSACTION

SUSPEND TRANSACTION 


 

SUSPEND TRANSACTION 
Does not require any parameters

The SUSPEND TRANSACTION command pauses the current transaction in the current process. You can then handle data in other parts of the database, for example, without it being included in the transaction, and while preserving the transaction context untouched. Any records that have been updated or added in the transaction are locked until the transaction is resumed using the RESUME TRANSACTION command.

For more information, please refer to the Suspending transactions section.



See also 

Active transaction
RESUME TRANSACTION
Suspending transactions

 
PROPERTIES 

Product: 4D
Theme: Transactions
Number: 1385

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v15 R4

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)