Create an embedded database
Create an SQLite database embedded in your project. Typically, embedded databases manage data supporting other objects within the FTOptixApplication.
- In Project view, right-click DataStores and select Embedded database.
- (optional) In Properties, in Filename, enter a custom name for the database file.
-
Set In memory to either:
- True. Makes the database non-persistent. The stored data is removed when you restart the FactoryTalk Optix Application.
- False. Makes the database persistent. The stored data is kept when you restart the FactoryTalk Optix Application.
(optional) Configure the database structure. See Configure a database table.