Returns the CHAR character set of the database.
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.
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 ).