Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » UltraLite - Database Management and Developer Guide » UltraLite database reference » UltraLite options

UltraLite collation creation option

Sets the database collation.

Syntax
collation=value
Allowed values

String

Default

1252Latin1

Remarks

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.