Change Settings dialog

This dialog allows you to change a foreign key's settings for check on commit, whether NULL values are allowed, and update and delete behavior.

The Change Settings dialog has the following components:

Check only on a commit    Forces the database to wait for a COMMIT before checking the integrity of the foreign key, overriding the setting of the WAIT_FOR_COMMIT database option.

Allow null values    Determines whether the foreign key columns allow NULL values. To use this option, the foreign key columns must all have Allow Nulls set to Yes.

Update action    Uses one of the following settings to define the behavior of the table when a user tries to update data.

Delete action    Uses one of the following settings to define the behavior of the table when a user tries to delete data.

See also