Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.Create

Syntax

void Create ()

void Create (String dbEngine, String user, String password)

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.

Create() overload uses the default dbEngine, user and password.

Return

None.

See Also

Logon(), SetPath()

TOCIndex