Define and use a dataset
- Last Updated: January 22, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- 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.