Sets the database collation.
collation=value
String
1252Latin1
From a client application, set this option as one of the creation options for the CreateDatabase method on the DatabaseManager/ULDatabaseManager class.
You can view a list of collations supported by UltraLite using the following command:
ulinit -Z
You can set the collation using SQL Central. Go to the New Database Collation And Character Set page, click either the default collation (1252Latin1), or select an alternate one from the list.