Contents Index DBUpgrade function DBTools structures

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBValidate function


Function 

Validates all or part of a database. This function is used by the dbvalid command-line utility.

Prototype 

short DBValidate ( const a_validate_db  * validate-db );

Parameters 
Parameter Description
validate-db Pointer to a_validate_db structure
Return value 

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

Usage 

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

See also 

a_validate_db structure


Contents Index DBUpgrade function DBTools structures