Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDatabase::GetNextActive

Syntax

CTTable* GetNextActive

CTTable* GetNextActive(VRLEN& ScanRec)

Parameters

  • ScanRec [in and out] Holds the state of the first or next scan. It is an input to the method, and it is at the same time, an output from the method when the prototype GetNextActive(VRLEN& ScanRec) is used.

Description

Retrieves the next active table in the database. One table is active if it is open. If more than one scan must be done at the same time, GetNextActive(VRLEN& ScanRec) must be used, with different ScanRec parameters for each scan.

Return

GetNextActive() returns the table object pointer.

See also

GetFirstActive(), IsActive()

TOCIndex