Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.CreateSession

Syntax

void CreateSession ()

void CreateSession (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

The Create() and CreateSession() methods are equivalent. CreateSession(...) must be used in Delphi environment

Return

None.

See Also

Logon(), SetPath()

TOCIndex