Permits the RM to erase knowledge of a heuristically completed transaction (that is, one that has been committed or rolled back heuristically).
Authorization
One of the following:
Required Connection
Database
Version
sqlxa.h
C API Syntax
/* File: sqlxa.h */ /* API: Forget Transaction Status */ /* ... */ extern int SQL_API_FN sqlxhfrg( SQLXA_XID *pTransId, struct sqlca *pSqlca ); /* ... */ |
API Parameters
Usage Notes
Only transactions with a status of heuristically committed or rolled back can have the FORGET operation applied to them.
For information about the SQLXA_XID structure, see SQLXA-XID.