 
 
  
  
 ASA Programming Guide
  The Database Tools Interface
    DBTools functions
Validates all or part of a database. This function is used by the dbvalid command-line utility.
short DBValidate ( const a_validate_db * validate-db );
| Parameter | Description | 
|---|---|
| validate-db | Pointer to a_validate_db structure | 
A return code, as listed in Software component return codes.
For information about the upgrade utility, see The Validation utility.
 
 
  
 