Checks the existence of a query.
// Checks the existence of a query
IF SQLReqExists("QRY1") = 1 THEN
Info("The query exists")
END
Syntax
<Result> = SQLReqExists(<Query name>)
<Result>: Boolean
- True if the query exists,
- False otherwise.
<Query name>: Character string
Name of the query created and executed with SQLExec, or executed with SQLExecWDR.