ROWID: Standard ABL behavior
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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
This 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.