Gets the maximum database version number supported by the Rational ClearQuest client running on this machine. This value represents the newest version of the repository schema that the client can support.
The feature level is read-only.
VBScript
cqdb_max = session.GetMaxCompatibleFeatureLevel
Perl
$cqdb_max = $session->GetMaxCompatibleFeatureLevel();