_KeyEvt table maintenance
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
_KeyEvt table maintenance
Maintenance on the _KeyEvt table treats the
table like a standard table. The following actions are allowed:
-
Table move — Move the
_KeyEvttable to a new area with PROUTIL TABLEMOVE. -
Truncate area — Delete the data in the
_KeyEvttables and indexes with PROUTIL TRUNCATE AREA. -
Index move — Move a
_KeyEvttable index with PROUTIL IDXMOVE. -
Record deletion — Records in the
_KeyEvttable can be deleted with standard 4GL and SQL statements.