Example code to populate a dataset
- Last Updated: January 22, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The following example code shows the steps for populating a dataset from the initial definitions to the FILL operation.
|
Note the query is for the top-level temp-table. FILL populates the child
temp-table based on the DATA-RELATION definition. For
example, all OrderLines for the Orders that meet the criteria for qOrder.
See also
Define a query on a child table in Use ProDataSets