Icon SessionType Property

property SessionType: TSessionType

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 DBISAM to access all databases and tables in the session directly using operating system calls. Setting this property to stRemote will cause DBISAM to access all databases and tables in the session remotely through the database 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 Active property.
Image