TABLE-HANDLE attribute
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns the handle of a temp-table object,
if any, associated with the buffer object. If the buffer is not
associated with a temp-table object, it returns the Unknown value (?).
Data type: HANDLE
Access: Read-only
Applies to: Buffer object handle
This attribute allows you to delete a default buffer object for a temp-table object by deleting the temp-table object (since it is illegal to delete the default buffer object itself).