#include "BIDB.h"
BOOL CALLBACK RecSetMove(CBiRecordSet* RecSet, long lRow)
Description
This function moves the pointer to the lRow-th record in the specified recordset either forward or backward. Positive values move forward, toward the end of the recordset. Negative values move backward, toward the beginning.
Parameters
|
CBiRecordSet* |
RecSet |
Pointer the recordset object. |
|
Long |
LRow |
Row number. |
Return values
Returns TRUE on success, otherwise FALSE. The GetLastDBError returns the error code.
Requirements
Header : Declared in BiDb.h; include BiDb.h.
Library : Use BiDb.lib.
DLLs : BiDb.dll.