QUERY-OPEN( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Opens a query object.
Note: You must perform
QUERY-PREPARE on a query
object before you perform QUERY-OPEN on it.Return type: LOGICAL
Applies to: Query object handle
Syntax
|
Notes
- Once you perform
QUERY-PREPAREon a query object, you can performQUERY-OPENon it multiple times as long as you do not reperformQUERY-PREPARE. Once you reperformQUERY-PREPARE, you must reperformQUERY-OPEN. - The
QUERY-PREPAREandQUERY-OPENmethods correspond to theOPEN QUERYstatement. - The
QUERY-OPEN()method cannot be used together with other assignments in a singleASSIGNstatement.