UltraLite provides a set of properties that you can retrieve for a database.
You can change the settings of any database property that does not correspond to a database creation parameter.
Connect to the database.
Right-click the database and choose Properties.
In the Database Properties window, database properties are listed on the General and Extended Information tabs. On the Extended Information tab, the database properties are listed alphabetically by the property name. To sort database properties by the value, click the Value column.
If the database properties have changed since you started browsing them, click Refresh.
In C/C++, call the GetDatabaseProperty function.
For example, to get the value of the conn_count property, call:
GetDatabaseProperty( ul_database_property_id conn_count ) |
To get the value of the char_set property, call:
GetDatabaseProperty( ul_database_property_id char_set ) |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |