Define and use a dataset
- Last Updated: October 28, 2021
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The main steps for defining and using a dataset are:
- Define a temp-table for each table you want to use in the dataset.
- Define the dataset by specifying the temp-tables and their relationships (if any).
- Identify, define, and attach the data-sources to populate the dataset.
- Populate the dataset with data.
- Update the dataset data and sync it back to the data-source.
- Cleanup after using a dataset.
The first two steps are discussed next in Define a dataset. The rest of the steps are discussed in the Datasets Guided Journey.