Validate

Determines whether the fields that make up the key are validated automatically. Valid values are T (default) or F.

Value

Description

T

Key field are automatically validated. For primary keys, this property is always set to True.

F

Key field can only be validated by explicitly using the validatekey statement. For example:

validatekey "MyEnt","MyCandidateKey" 

Applies To

Related Topics