Contents Index dbunload type enumeration The OLE DB and ADO Programming Interfaces

ASA Programming Guide
  The Database Tools Interface
    DBTools enumeration types

a_validate_type enumeration


Function 

The type of validation being performed, as used by the a_validate_db structure.

Syntax 

typedef enum {
VALIDATE_NORMAL = 0,
VALIDATE_DATA,
VALIDATE_INDEX,
VALIDATE_EXPRESS,
VALIDATE_FULL
} a_validate_type;

Parameters 
Value Description
VALIDATE_NORMAL Validate with the default check only.
VALIDATE_DATA Validate with data check in addition to the default check.
VALIDATE_INDEX Validate with index check in addition to the default check.
VALIDATE_EXPRESS Validate with express check in addition to the default and data checks.
VALIDATE_FULL Validate with both data and index check in addition toe the default check.
See also 

Validating a database using the dbvalid command-line utility

VALIDATE TABLE statement


Contents Index dbunload type enumeration The OLE DB and ADO Programming Interfaces