ADODataSet.CloseRead


public function CloseRead

Prototype:

function CloseRead()

Description:

Closes the current read operation. After performing an ExecuteQuery operation, after all the data is proceeded and no longer needed, is required to call this function in order to free the memory used by the static ODBC library. When another query is executed in the same DataSet, the memory is automatically freed (is not necessary to call this function, but is recommended to call it however).

Return value:

This function returns null.