ArchiveTableStatistics property

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:

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