Generate query information
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following ABL constructs generate query information logging:
-
FOR[EACH|FIRST|LAST] statements:
|
- Static
PRESELECTstatement onREPEATorDOblocks:
|
- Statically Opened Queries:
|
- Dynamically Opened Queries
It is possible to dynamically open both dynamic and static queries:
- For a dynamic query object:
|
- For a static query object:
|
Query information logging logs information separately for each instance of the same query. For example, if a program containing a query calls itself recursively, information is logged for each instance of the query.