Contents Index DBUnload function DBValidate function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBUpgrade function


Function 

Upgrades a database file. This function is used by the dbupgrade command-line utility.

Prototype 

short DBUpgrade ( const an_upgrade_db  * upgrade-db );

Parameters 
Parameter Description
upgrade-db Pointer to an_upgrade_db structure
Return value 

A return code, as listed in Software component return codes.

Usage 

For information about the upgrade utility, see The Upgrade utility.

See also 

an_upgrade_db structure


Contents Index DBUnload function DBValidate function