Icon TSessionType

Unit: dbisamtb

TSessionType = (stLocal,stRemote)

This type is used to indicate the type of session that the TDBISAMSession component is being used as in the application. Please see the DBISAM Architecture for more information.

ElementDescription
stLocalIndicates the session is a local session directly accessing a local or network-based hard drive where the databases (directories) and tables are located.
stRemoteIndicates the session is a remote session connecting to a database server.
Image