Method DacSession():executeQuery() Professional
Executes an SQL SELECT statement.
:executeQuery( <cSqlStmt>, [<cAlias>], [<lNewArea>] )
The method returns .T. (true) when the statement is executed successfully. Otherwise .F. (false) is returned and detailed error information can be retrieved using :getLastError().
TBD
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.