DBValidate(const a_validate_db *) method

Validates all or part of a database.

Syntax

_crtn short _entry DBValidate(const a_validate_db * pvdb)

Parameters

Returns

Return code, as listed in Software component exit codes.

Usage

This function is used by the dbvalid utility.

Caution: Validating a table or an entire database should be performed while no connections are making changes to the database; otherwise, spurious errors may be reported indicating some form of database corruption even though no corruption actually exists.