Embedded database
Object that represents an SQLite project embedded database at runtime.
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
In memory | InMemory | Enable/disable non-persistent storage mode. In this mode, the data are no longer available when the FactoryTalk Optix Application is restarted. | |
Methods
Backup
- BrowseName
- Backup
Performs a hot backup to file of the embedded database.
Restore
- BrowseName
- Restore
Performs a hot restore from file of the embedded database.
Provide Feedback