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

SQL Anywhere 11.0.1 » UltraLite - Database Management and Reference » Using UltraLite Databases » Creating and configuring UltraLite databases » UltraLite character sets

 

Change the character set and collation

You cannot change the character set, collation, or encoding properties of the database once UltraLite writes the file. You must recreate the database.

To recreate an UltraLite database with a new collation
  1. Unload the database.

    You can use either the Unload Database Wizard in Sybase Central or the ulunload utility. See UltraLite Unload Database utility (ulunload).

  2. Create a new database with the appropriate collation.

  3. Optional. Convert the data to match the new collation if required.

  4. Reload the database.

    You can use either the Load Database Wizard in Sybase Central or the ulload utility. See UltraLite Load XML to Database utility (ulload).