Previous Next

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:
*
ArchiveTableStatistics property is set to FALSE.
*
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:
Access:
Applies to:

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.