Whatever message this page gives is out now! Go check it out!

TransactionSetSavePoint

Last update:
May 18, 2026

Description

Creates and stores a new savepoint for the current transaction. You can add multiple savepoints by calling this function multiple times.

Returns

Nothing

Category

Transaction functions

Function Syntax

TransactionSetSavepoint(savepoint)<helponly></helponly>

See also

History

ColdFusion 9: Added this function.

Parameters

Parameter
Description
savepoint
An optional string identifier for the savepoint. Savepoints let you roll back portions of a transaction.

Usage

You can call this function only from within an active transaction.

Example

See the example for TransactionCommit.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page