Creates and stores a new savepoint for the current transaction. You can add multiple savepoints by calling this function multiple times.
Nothing
TransactionSetSavepoint(savepoint)<helponly></helponly>
TransactionCommit, TransactionRollback
ColdFusion 9: Added this function.
Parameter |
Description |
|---|---|
savepoint |
An optional string identifier for the savepoint. Savepoints let you roll back portions of a transaction. |
You can call this function only from within an active transaction.
See the example for TransactionCommit.
Sign in to your account