CHECK_INDEXES_FOR_TABLE Function
Syntax
Result_Flag as L = check_indexes_for_table(C tablename )
Arguments
- Result_Flag
.T. = Index is valid. .F. = Index is corrupt.
- tablename
The name of the table owning the indexes you wish to check.
Description
Checks the integrity of index tags for a specified table.
Discussion
The CHECK_INDEXES_FOR_TABLE() function checks the integrity of the indexes of a table.
Example
? check_indexes_for_table("customer") = .T.
See Also