#include "BIDB.h"
BOOL CALLBACK RecSetMoveFirst(CBiRecordSet* RecSet)
Description
This function moves the pointer to the first row in the recordset.
Parameters
|
CBiRecordSet* |
RecSet |
Pointer the recordset object. |
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.