lrd_ora8_rollback

Example: lrd_ora8_rollbackOracle 8.0 Functions

Performs a rollback on the current transaction for Oracle 8.0 clients.

LRDRET lrd_ora8_rollback( void *const ServiceContextHandle, long const Mode,
int const ErrorSeverity);

ServiceContextHandle A pointer to an LRDDBI service context handle.
Mode The mode of operation.
ErrorSeverity The Error Severity Levels of a failure in a database routine.

The lrd_ora8_rollback function rolls back the current database transaction to the last Savepoint for Oracle 8.x clients.

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.