ArchiveTableStatistics property
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
When ArchiveTableStatistics property
is set to TRUE, it creates a dynamic temp-table _TableStatHistory that
stores the table statistics for every temp-table in the session range.
The temp-table to which the data is archived cannot be deleted.
It contains one record for every deleted application temp-table.
This is a read-write property.
You cannot archive the table statistics when:
-
ArchiveTableStatisticsproperty is set to FALSE. - The temp-table gets deleted.
You can access the
archived data through the handle returned by the GetTableStatHistoryHandle() method.
If you do not specify a value greater than zero for -tttablerangesize parameter,
an error is raised when ArchiveTableStatistics property
is set to TRUE.
Data type: LOGICAL
Access: PUBLIC STATIC
Applies to: Progress.Database.TempTableInfo class