In This Topic
Upgrades the part database to the latest format.
Syntax
public void UpgradePartsDb(
string
)
public:
void UpgradePartsDb(
String^
)
Parameters
- strPartsDatabase
- Full file name to the database
Exceptions
Exception | Description |
ArgumentNullException | Thrown if null was
passed as an
argument. |
ArgumentException | Thrown in case of
invalid arguments
(strPartsDatabase is
not valid or file does not exist). |
BaseException | An error occurred
while upgrading parts database. P.E. when the
database is already open. |
See Also