Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDatabase::Create

Syntax

void Create(const CTString& Name, const CTString& Path)

Parameters

  • Name [in] The database name to be created.
  • Path [in] The path where the database will be created.

Description

Creates a new database

Return

None.

See also

CTSession::CreateDatabase()

TOCIndex