Returns the value of the given property.
DB_PROPERTY( property-name )
property-name The database property name.
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'); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |