Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::FirstDatabase

Syntax

CTBOOL FirstDatabase(CTString& Name, CTString& Path)

Parameters

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

Description

Gets the first database for the session.

Return

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

See also

NextDatabase(), FindDatabase(), GetDatabase()

TOCIndex