TempTableCount property
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the number of instances of static and dynamic temp-tables in the current session, You will have two instances of the same temp-table when there are two instances of a persistent procedure containing a static temp-table.
Data type: INTEGER
Access: PUBLIC STATIC
Applies to: Progress.Database.TempTableInfo class