Create an embedded database
    Create an SQLite database embedded in your project. Typically, embedded databases manage data supporting other objects within the 
FTOptixApplication
.- InProject view, right-clickDataStoresand selectEmbedded database.
- (optional) InProperties, inFilename, enter a custom name for the database file.
- SetIn memoryto either:- True. Makes the database non-persistent. The stored data is removed when you restart theFactoryTalk Optix Application.
- False. Makes the database persistent. The stored data is kept when you restart theFactoryTalk Optix Application.
 
(optional) Configure the database structure. See Configure a database table.
Provide Feedback