Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.CreateDatabase

Syntax

void CreateDatabase(String Name, String Path)

Parameters

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

Description

Creates a new database.

Return

None.

See Also

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

TOCIndex