- Getting started
- Using the software
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
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