Example code to populate a dataset
- Last Updated: October 16, 2024
- 1 minute read
- OpenEdge
- Version 13.0
- 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