adoRSetMoveNext
Previous Topic  Next Topic 

Synopsis:

       adoRSetMoveNext(handle)

Arguments:

       handle - The recordset handle.


Description:   This function moves the record pointer of the underlying recordset data to the next record in the recordset.    If the last record is the current record and you call adoRSetMoveNext() , ADO sets the current record to the position after the last record in the Recordset and sets EOF to True.   An attempt to move forward when the EOF property is already True generates an error.


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()