DatabaseFeatureLevel

Description

Gets the feature level of your session database.

You can use GetMinCompatibleFeatureLevel and GetMaxCompatibleFeatureLevel of the Session object to get the feature level information you need for determining the valid releases for upgrades and for backward compatability. If a database feature level is not in the range of GetMinCompatibleFeatureLevel to GetMaxCompatibleFeatureLevel , then the client cannot work with that version of the schema.

The feature level is read-only.

Syntax

VBScript


database.DatabaseFeatureLevel

Perl


database->GetDatabaseFeatureLevel();
Identifier
Description
database
A Database object.
Return value
A Long containing the database feature level.