dbQueryClear#
Purpose#
Clears the result set and releases any resources held by the query. Sets the query state to inactive.
Format#
- dbQueryClear(qid)#
- Parameters:
qid (scalar) – query number.
Remarks#
You should rarely if ever need to call this function.