Subject Re: [firebird-support] Re: Alter table - how to add ON DELETE CASCADE
Author Dmitry Sibiryakov
On 30 Aug 2005 at 20:48, ainpoissee wrote:

>So I don't know the name of the constraint.

Set it and you'll know it.

>Is there any plans to add support for user defined names in inline
>constraint declarations?

RTFM Language Reference. It is there from at least IB4.

Tooleping DOM_FK CONSTRAINT YourNamedConstraint REFERENCES
TAB_Tooleping(UID) ON UPDATE CASCADE....

--
SY, Dimitry Sibiryakov.