Static or dynamic temp-tables
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Static or dynamic temp-tables
You can define a temp-table in a static definition,
specifying all its fields and indexes in a single statement. You
can also create a temp-table as a dynamic object with a handle and
then add fields, buffers, and indexes to it in individual successive
statements, finalizing the temp-table structure with a TEMP-TABLE-PREPARE method.
You can also retrieve the handle to a static temp-table and then
access its attributes, the same as you can a dynamic temp-table,
in order to see what fields and indexes it contains, what its default
buffer is, and so forth.