Sets the database collation.
{ ulcreate | ulinit | ulload } -o collation=value;...
String
1252Latin1
For a list of supported collations in UltraLite, see UltraLite supported collations.
You can also view a list of supported collations in UltraLite by executing the following command:
ulcreate -l |
From Sybase Central, you can set the collation in any wizard that creates a database. On the New Database Collation And Character Set page, choose either the default collation (1252Latin1), or an alternate one from the list.
From a client application, set this parameter as one of the creation parameters for the create database method on the database manager class.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |