ABL classes for accessing temp-tables
- Last Updated: January 26, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Use the Progress.Database.VSTTableId class to access VST temp-tables. This class provides a set of static properties. Each property helps in identifying the VST, when the application needs to access a temp-table VST at runtime. The temp-table ID is used to access the relevant records in a given VST.
Use the Progress.Database.TempTableinfo class to archive temp-table data. It provides methods for getting the handle of a given temp-table VST and also for getting the information of the temp-table by position and by ID.