DeleteRecordSet

#include "BIDB.h"

 

BOOL CALLBACK DeleteRecordSet(CBiRecordSet* RecSet)

Description

This function closes the specified recordset and frees allocated memory.

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.