udbDbOpen |
Open the specified Understand database.
The specified database file is located, opened, and the license checked. If the specified file cannot be found, Udb_statusDBUnableOpen is returned. A valid Understand license is required in order for a database to be successfully opened. If a license is not found or not available for use, the language specific value Udb_statusNoApiLicense[C|Ada|Ftn|Java|Jovial|Pascal] is returned. Only read access to the database is allowed from the API.
Some versions of Understand will automatically update an older database version to the current database version. This API function will not perform that database version upgrade. Use Understand to upgrade or re-analyze your project database.
Only one database may be open at a time.
Argument
|
Description
|
---|---|
char *filename
|
Specify the filename of the Understand database to open. Non-allocated.
|
Scientific Toolworks, Inc. http://www.scitools.com |