QUERY-CLOSE( ) method
- Last Updated: June 12, 2023
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Closes a query object.
Return type: LOGICAL
Applies to: Query object handle
Syntax
|
Notes
- A
QUERY-CLOSEdoes not invalidate a previousQUERY-PREPARE. - The
QUERY-CLOSE()method cannot be used together with other assignments in a singleASSIGNstatement.