Kbase P25341: Why is the RowObject TEMP-TABLE in the record buffer but not
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/11/2003 |
|
Status: Unverified
GOAL:
Why is the RowObject TEMP-TABLE in the record buffer but not the
RowObjUpd after transactionvalidate?
FIX:
The RowObject buffer is used for updating and adding information to a record. The RowObjUpd buffer is used for when records need to be added or deleted from the database.
After TransactionValidate the RowObjUpd record is processed and deleted. This buffer is for client to Database communications. It is not used to communicate information from the Database to the Client. So after the record is processed the buffer is released.
The RowObject buffer is still available because after TransactionValidate additional triggers or processes may update the current record.