Storing and retrieving ROWID and RECID values
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
As shown in the previous example, you can store ROWID values
in ROWID variables. You can also store them in
work table fields. Thus, the following are valid ROWID storage
definitions:
|
You cannot store ROWID values in database or
temporary tables, but you can store their hexadecimal string representations
using the STRING function. You can then retrieve
the string as a ROWID value using the TO–ROWID function:
|
You can store RECID values directly in a database
or temporary table.