Icon SessionName Property

property SessionName: String

Usage

Use the SessionName property to specify the session with which the TDBISAMDatabase component is linked. If the SessionName property is blank, a TDBISAMDatabase component is automatically linked with the default TDBISAMSession component that can be referenced via the global Session function in the dbisamtb unit (Delphi and Kylix) or the dbisamtb header file (C++Builder). To link a TDBISAMDatabase component with a different session in an application, the SessionName property must match the SessionName property of an existing TDBISAMSession component.
Image