Declaration

function SessionOpen(out aSession: TnxAbstractSession; const aUserName: string; const aPassword: string; aTimeout: TnxWord32): TnxResult; virtual;

 
Description

This function opens creates a new session.

 
Parameters

out aSession: TnxAbstractSession

the returned instance of a TnxAbstractSession descendant

const aUserName: string

the user name used to authenticate the session if security is enabled. A security monitor needs to be attached for this to work.

const aPassword: string

the password used to authenticate the session if security is enabled

aTimeout: TnxWord32

the timeout for the newly created session in msec

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxBaseServerEngine