Introduction to UltraLite creation parameters

Creation parameters are used to configure the UltraLite database when you first create it. You can only change these settings by recreating the database.

You can specify creation parameters when creating a database using the ulcreate, ulinit, or ulload utility, as well as from the supported client applications.

Boolean creation parameters are turned on with YES, Y, ON, TRUE, T, or 1, and are turned off with any of NO, N, OFF, FALSE, F, and 0. The parameters are case insensitive.

UltraLite creation parameters are specified in a semicolon separated string. For example:

ulcreate -o "case=respect;utf_encoding=1" -y test.udb

Alternatively, you can specify multiple -o options.

See also