DBUpgrade function

Upgrades a database file. This function is used by the dbupgrad utility.

Prototype
short DBUpgrade ( const an_upgrade_db * );
Parameters

A pointer to a structure. See an_upgrade_db structure.

Return value

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

Remarks

For information about the Upgrade utility, see Upgrade utility (dbupgrad).

See also