Connection:-Rollback - cancel the current transaction
|
Calling Sequence
|
|
connection:-Rollback( )
|
|
Parameters
|
|
connection
|
-
|
Connection module
|
|
|
|
|
Description
|
|
•
|
Rollback cancels the current transaction and discards all the changes in the current transaction. After Rollback has been called a new transaction is in effect.
|
•
|
The current transaction can be committed by calling Commit.
|
|
|
Examples
|
|
Execute an update.
>
|
|
Calling Rollback cancels all the uncommitted changes.
>
|
|
| (1) |
|
|
Download Help Document
Was this information helpful?