DB_PROPERTY function [System]

Returns the value of the given property.

Syntax
DB_PROPERTY( property-name )
Parameters
  • property-name   The database property name.

Returns

VARCHAR

Remarks

Returns a string.

To set an option in UltraLite, use the SET OPTION statement or your component's API-specific Set Database Option method.

See also
Example

The following statement returns the page size of the current database, in bytes.

SELECT DB_PROPERTY( 'page_size');