Use the Progress.Database.VSTTableId class 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.