ROLLBACK – PB Docs 2017

ROLLBACK

SQL statement

Description

Cancels all database operations in the specified database since
the last COMMIT, ROLLBACK, or CONNECT.

Syntax

Parameter

Description

TransactionObject

The name of the transaction object that identifies
the database in which you want to cancel all operations since
the last COMMIT, ROLLBACK, or CONNECT. This clause is required
only for transaction objects other than the default
(SQLCA).

Usage

ROLLBACK does not cause a disconnect, but it does close all open
cursors and procedures.

Error handling

It is good practice to test the success/failure code after
executing a ROLLBACK statement.

Examples

Example 1

This statement cancels all database operations in the database
specified in the default transaction object:

Example 2

This statement cancels all database operations in the database
specified in the transaction object named Emp_tran:


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x