Icon ConfigMemory Property

property ConfigMemory: Boolean

Usage

Use the ConfigMemory property to specify that the configuration file will be "virtual" for ElevateDB, and reside only in the process's memory. 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. This means that if one application is accessing a database with a virtual configuration file, then all applications accessing the same database must all be using virtual configuration files. Also, when using virtual configurations, you will have to recreate all necessary database, user/role, job, and store definitions every time the application is started, although the default users and roles will always be created for you. Finally, the Active property must be False in order to assign a value to this property.
Image