DB_TRANS_ROLLBACK
DB_TRANS_ROLLBACK action
Function
The action destroys a transaction in process within the frame of the Connection to the database.
Declaration
DB_TRANS_ROLLBACK handleIdent_Int, retCodeIdent_IntParameters
handleIdent_Int | out | Identifier - the unique number (handle) of the Connection to a database. |
retCodeIdent_Int | out | Return code identifier. |
Return code
The value of the parameter transHandle_Int. See the table of error codes. It is possible to get extended error information.
Description
The identifier for the Connection number comes from the execution of the DB_TRANS_OPEN action.
Return code describes the action success (__ERR_NO_ERROR).
Example
Related topics
Related pages: