SQL_ROLLBACK
This activity rolls back a database transaction performed by one or more prior SQL database activities such as SQL_UPDATE.
For more information about the SQL database activities, refer to the description of the SQL_CONNECT activity. For a list of supplied working (*) examples using the SQL database activities, refer to:
Example Processing Sequences using the SQL database activities
INPUT Parameters:
SQLHANDLE : Required
This parameter must specify the connection handle value that identifies the SQL connection upon which this activity should operate. The connection handle value is returned by the SQL_CONNECT activity.
OUTPUT Parameters:
There are no output parameters.