Icon SessionType Property

property SessionType: TEDBSessionType

Usage

Use the SessionType property to specify the type of session represented by the session component. Setting this property to stLocal (the default) will cause ElevateDB to access all databases and tables in the session directly using operating system calls. Setting this property to stRemote will cause ElevateDB to access all databases and tables in the session remotely through the ElevateDB Server specified by the RemoteAddress or RemoteHost and RemotePort or RemoteService properties.

Information This property must be set prior to starting the session via the Open method or the Connected property.
Image