The SetTransactionMode Method |
The internal Rules Engine SetTransactionMode method changes the Transaction mode to immediate or batch manipulation. The syntax with the allowed parameter values is: SELECT RulesEngine.SetTransactionMode ('Immediate'|'Batch') This method fails if a transaction is open, or the parameter value is not correct. |