RecSetMoveLast

#include "BIDB.h"

 

BOOL CALLBACK RecSetMoveLast(CBiRecordSet* RecSet)

Description

This function moves the pointer to the last 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.