Synopsis:
adoRSetMoveLast(handle)
Arguments:
handle - The recordset handle.
Description: This function moves the record pointer of the underlying recordset data to the last record in the recordset. A call to adoRSetMoveLast() when the recordset is empty will result in an error. An empty recordset will have EOF and BOF properties set to true which can be tested with the adoRSetIsEOF() and adoRSetIsBOF() functions.
Returns: Returns 0 upon success or a negative error code. If ADOERR_COMERR is returned, then the underlying ADO error can be obtained by calling adoLastError()