Collection Contents Previous Next PDF

UltraLite Database User's Guide

UltraLite Databases

Creating UltraLite databases and schemas

Creating UltraLite database files


UltraLite applications require a schema definition in order to create a database. If you are using an UltraLite component, you deploy the database schema in a separate schema file. If you are using a static development model, your application contains the schema definition.

The physical storage of the UltraLite database depends on the target platform.

For static APIs, you can supply parameters that control features such as database encryption on your first connection attempt (which is when the database is created). For UltraLite components, set the schema parameters of the Create Database method.

For more information 

Collection Contents Previous Next PDF