Try OpenEdge Now
skip to main content
Debugging and Troubleshooting
Troubleshooting Resources : Other Diagnostics Resources : Run-time diagnostics : ABL classes for accessing temp-tables
 
ABL classes for accessing temp-tables
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.
For more information on each of these static properties and the Progress.Database.VSTTableId class, see OpenEdge Development: ABL Reference.
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.
For more information on each of these static properties and the Progress.Database.TempTableinfo class, see OpenEdge Development: ABL Reference