Create an embedded database

Create an SQLite database embedded in your project. Typically, embedded databases manage data supporting other objects within the FTOptixApplication.
  1. In Project view, right-click DataStores and select Embedded database.
  2. (optional) In Properties, in Filename, enter a custom name for the database file.
  3. 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.