lrd_rollback

Example: lrd_rollbackAccess Management Functions

Performs a rollback on the database.

LRDRET lrd_rollback( LRD_CONTEXT *mptContext,LRD_CONNECTION *mptConnection, int miDBErrorSeverity );

mptContext A pointer to an LRD_CONTEXT structure.
mptConnection A pointer to an LRD_CONNECTION structure.
miDBErrorSeverity The Error Severity Levels of a failure in a database routine.

The lrd_rollback function rolls back the current database transaction to the last Savepoint.

For more details refer to the Function Header File lrd.h in the include directory.

Return Values

See LRD Return Values.

Parameterization

You cannot use standard parameterization for any arguments in this function.