GetMinCompatibleFeatureLevel

Description

Returns the minimum database version number supported by the HCL Compass client running on this machine. This value represents the oldest release of the repository schema that the client can support.

The feature level is read-only.

Syntax

VBScript


cqdb_min = session.GetMinCompatibleFeatureLevel 

Perl


$cqdb_min = $session->GetMinCompatibleFeatureLevel(); 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
The minimum feature level, a Long.