Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::CreateDatabase

Syntax

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

Parameters

  • Name [in] the database name to be created
  • Path [in] the database path

Description

Creates a new database.

Return

None.

See also

DeleteDatabase(), DropDatabase(), AddDatabase(), DisconnectAll()

TOCIndex