Previous Topic: -265 - INDEX DOES NOT EXIST aaaa.bbbbNext Topic: -272 - ERROR DURING AUTOMATIC REBINDING OF VIEW authid.viewname


-269 - FOREIGN KEY LOOP

Explanation

You have attempted to add a Foreign Key to a table that references the same table or a table that directly or indirectly references that table.

The SQLSTATE that equates to this SQL return code is 0AS07.

User Response

Change the table name specified with REFERENCES.