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

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite Database Settings Reference » Read-only properties in UltraLite

Read-only properties in UltraLite Next Page

UltraLite char_set property


Returns the CHAR character set of the database.

Remarks

The character set used by the database is determined by the database's collation sequence and whether or not the data is UTF-8 encoded.

See also
Examples

UltraLite employs different methods that allow you to check the value property:

In Sybase Central    Right click the database you have connected to and choose Properties. The Database Properties dialog box appears, displaying the configured values for all existing database properties. The collation is listed near the bottom of the General tab.

In C/C++    Call GetDatabaseProperty( ul_database_property_id char_set ).