ROWID: Standard ABL behavior
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The ROWID value of a temp-table buffer will be different than the
ROWID value of a record BUFFER even if the underlying data is identical.
This difference exists because the ROWID function relies on the record buffer name.
Expected ABL behavior—ROWID value of a temp-table buffer
The following example shows the standard, expected ABL behavior.
|
The following sections illustrate the differences between the ROWID value
of a temp-table buffer and the ROWID value of a record BUFFER so that you
can best understand, program for, and leverage the use of the ROWID
function with the LOAD-RESULT-INTO clause of the RUN
STORED-PROCEDURE command.