Consultor Eletrônico



Kbase P126142: Error 7545 creating a foreign key
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/3/2007
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x
All Supported Operating Systems

SYMPTOM(s):

Error 7545 create the foreign key.

No matching key defined for the referenced table (7545)

Parent table has a compounded primary key and child table refers just to one of the fields

CAUSE:

This is expected behavior because the child table should reference all the components of the primary key. Also, the primary key in the parent table, should be declared as primary key. Partial references are not supported.