|
|
|
|
|
SQLReqExists (Function) In french: SQLReqExiste 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|