Using Queries
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The programming syntax you have learned so far uses blocks of ABL code to
define and iterate through a set of records. ABL defines an alternative to this form of data
access called a query. This section discusses why these different
forms exist and how you can use queries in ways that are distinct from how you would use a
result set in a FOR EACH block.