Show TOC

-7038: Foreign key column not allowedLocate this document in the navigation structure

Use

Explanation

A foreign key column is a column which was specified in the referencing column of a referential constraint definition.

  1. The attempt was made to delete a table column which was specified as a referencing column of a CONSTRAINT definition.

  2. The attempt was made to delete the key of a table. The columns of the key were specified implicitly or explicitly as referencing columns of a CONSTRAINT definition

User Response

Delete the referential CONSTRAINT definition and then the column or key.