Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::NextDatabase

Syntax

CTBOOL NextDatabase(CTString& Name, CTString& Path)

Parameters

  • Name [out] the database name
  • Path [out] the database path

Description

Gets the next database for the session. A database must have already been retrieved using FirstDatabase(), FindDatabase(), or GetDatabase().

Return

NextDatabase() returns YES if the database is found, NO otherwise.

See also

FirstDatabase(), FindDatabase(), GetDatabase()

TOCIndex