lrc_FetchRecordsetUntilEOF
Example lrc_FetchRecordsetUntilEOF | ADO Recordset Functions |
Fetches records until the end of the recordset.
void lrc_FetchRecordsetUntilEOF( Recordset15* recordset );
recordset | An ADO recordset. |
The lrc_FetchRecordsetUntilEOF function moves the pointer through the records until the end of the recordset.
Return Values
Parameterization
Parameterization is not applicable to this function.