Synopsis:
count=adoRSetRecCount(handle)
Arguments:
handle - The recordset handle.
Description: This function returns the number of records in the rescordset returned by a call to adoRSetQuery() or adoRSetCmd().
Returns: Returns the number of records in the recordset or a negative error code. If ADOERR_COMERR is returned, then the underlying ADO error can be obtained by calling adoLastError()