(Contents)(Previous)(Next)

360 FOREIGN KEY INTEGRITY VIOLATION

Explanation:

In case of an <insert statement> or <update statement> issued on a join view table, the column values functionally depending on the <referencing column>s of the referencing table conflict with the already existing column values.

User Action:

This conflict may be solved by changing either the column values specified in the <insert statement> or <update statement>, or the already existing values.


(Contents)(Previous)(Next)