Icon UseLocalSessionEngineSettings Property

property UseLocalSessionEngineSettings: Boolean

Usage

Use the UseLocalSessionEngineSettings property to indicate that you wish to have any TEDBSession component use its own Local* versions of the following TEDBEngine properties:

Signature
EncryptionPassword
ConfigPath
ConfigMemory
ConfigName
ConfigExtension
LockExtension
LogExtension
MaxLogFileSize
LogCategories
CatalogName
CatalogExtension
BackupExtension
TableExtension
TableIndexExtension
TableBlobExtension
TempTablesPath

The TEDBSession Local* property values will then override the above properties in the TEDBEngine component. This is useful for applications like the ElevateDB Manager that need to provide the ability to have multiple local sessions that use different engine settings. The default value for this property is False.

Information Although the TEDBSession Local* versions of the above properties will override the corresponding TEDBEngine properties, they are initially set to the same value as the corresponding TEDBEngine properties when the TEDBSession component is first created.
Image