Returns the value of the given property.
DB_PROPERTY( property-name )
property-name The database property name.
VARCHAR
Returns a string.
To set an option in UltraLite, use the SET OPTION statement or your component's API-specific Set Database Option method.
The following statement returns the page size of the current database, in bytes.
SELECT DB_PROPERTY( 'page_size'); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |