Returns the minimum database version number supported by the Rational ClearQuest 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.
VBScript
cqdb_min = session.GetMinCompatibleFeatureLevel
Perl
$cqdb_min = $session->GetMinCompatibleFeatureLevel();