Subject | Re: [IBO] Foreign key |
---|---|
Author | Nando Dessena |
Post date | 2001-08-17T20:26:50Z |
Meir,
Have you been able to reproduce the problem?
Ciao
--
____
_/\/ando
> ALTER TABLE EVENTS ADD CONSTRAINT "pii" FOREIGN KEY (PERSON_INFO_ID)all I can say is that almost certainly the constraint was in place.
> REFERENCES PERSON_INFO(PERSON_INFO_ID);
>
> My problem is when i try to insert data with a value of person_info_id
> to events when there is no such person_info_id i recive error:
> ISC ERROR CODE : 33554466
> .
> it was before i added the person_info_id constraint to events.
> Could somebody help me?
Have you been able to reproduce the problem?
Ciao
--
____
_/\/ando