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');