Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::Create

Syntax

void Create (const CTString& dbEngine=ctdbDEFAULT_dbengine,

const CTString& user=ctdbDEFAULT_userid,

const CTString& password=ctdbDEFAULT_userword)

Parameters

  • dbEngine [in] The c-tree Server Name
  • User [in] The user name to use when logging on to the c-tree Server.
  • Password [in] The user password to use when logging on to the c-tree Server.

Description

Creates a new session dictionary.

Return

None.

See also

Logon(), SetPath()

TOCIndex