RecSetRecordCount

#include "BIDB.h"

 

int CALLBACK RecSetRecordCount(CBiRecordSet* RecSet)

Description

This function retrieves the count of the records in the specified recordset.

Parameters

CBiRecordSet*

RecSet

Pointer the recordset object.

Return values

Returns the count of the records or -1 on error. The GetLastDBError returns the error code.

Requirements

Header :     Declared in BiDb.h; include BiDb.h.

Library :    Use BiDb.lib.

DLLs :       BiDb.dll.