Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - Database Management and Reference » UltraLite SQL Reference » UltraLite SQL function reference » Alphabetical list of functions

 

DB_PROPERTY function [System]

Returns the value of the given property.

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

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