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.

Syntaxe

VBScript

database.DatabaseFeatureLevel

Perl

base_de_données->GetDatabaseFeatureLevel();
Identificateur
Description
base_de_données
Objet base de données.
Return value
A Long containing the database feature level.

Commentaires en retour