Subject Re: [firebird-support] Foreign key violation - but why???
Author Ann W. Harrison
Bjoern Reimer wrote:

>
> violation of FOREIGN KEY constraint "".
> violation of FOREIGN KEY constraint "PK_XPERT_ANMELDUNGEN" on table "XPERT_ANMELDUNGEN".
>

Did you commit the inserts to the two tables? I'm surprised that you
were able to create a foreign key if you have a connection that's
already touched the tables - typically that gets an error about "table
in use".

Regards,


Ann