lrc_FetchRecordset

Example: lrc_FetchRecordsetADO Recordset Functions

Moves a pointer through a recordset.

void lrc_FetchRecordset( recordset15* recordset, int steps );
recordsetA recordset.
stepsThe number of steps to move. Use negative values to go backwards.

The lrc_FetchRecordset function moves the pointer to the current record, forward or backward within the recordset.

Return Values

lrc Return Values

Parameterization

Parameterization is not applicable to this function.