Try OpenEdge Now
skip to main content
Debugging and Troubleshooting
OpenEdge Debugger : Debugger Window and Files : Debugger window panes : Variables pane : Accessing ProDataSet objects
 
Accessing ProDataSet objects
The ProDataSet object is a collection of temp-table buffer objects and relations among the temp-table objects. A ProDataSet consists of three object types—DATASET, DATA-RELATION, and DATA-SOURCE—each with several attributes and methods. The Dataset tab contains the names of all static ProDataSet-related objects declared in the current procedure context. You can right-click on any listed object and choose Dataview from the pop-up menu, to see the object’s attributes.