Collection Contents Index PREPARE statement [ESQL] PRINT statement [T-SQL] pdf/chap9.pdf

Reference Manual
   CHAPTER 9. SQL Statements     

PREPARE TO COMMIT statement


Function 

To check whether a COMMIT can be performed.

Syntax 

PREPARE TO COMMIT

Permissions 

None.

Side effects 

None.

See also 

COMMIT statement

ROLLBACK statement

Description 

The PREPARE TO COMMIT statement tests whether a COMMIT can be performed successfully. The statement will cause an error if a COMMIT is not possible without violating the integrity of the database.

Standards and compatibility 

Examples 


Collection Contents Index PREPARE statement [ESQL] PRINT statement [T-SQL] pdf/chap9.pdf