isUpgradeRequiredForOdb
This method determines if an output database file needs to be upgraded to the current release.
Prototype
bool isUpgradeRequiredForOdb(const odb_String& upgradeRequiredOdbPath);
Required arguments
- upgradeRequiredOdbPath
-
An odb_String specifying the path to an output database file to test. The test determines if the output database needs to be upgraded to the current release.
Optional arguments
None.
Return value
A Boolean indicating the result of the test. A value of True indicates that the output database needs to be upgraded to the current release.
Exceptions
None.