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.
Example
This example moves the pointer five records forward within the recordset:
lrc_FetchRecordset((Recordset15*)Recordset20_0, 5);

