Icon ConfigPath Property

property ConfigPath: String

Usage

Use the ConfigPath property to specify the path to the configuration file to use for ElevateDB. The configuration file is used to store the contents of the system-created Configuration Database.

Warning All applications accessing the same databases must use the same configuration file. Failure to do so will result in locking errors. Also, it is recommended that you do not use relative path names for this property. Complete UNC path names are the most reliable since they do not rely on local drive mappings. Finally, the Active property must be False in order to assign a value to this property.
Image