Subject Re: [ib-support] check syntax
Author Duilio Foschi
Luc,

>alter table child
>add constraint <constraint_name> foreign key (ParentID)
>references parent (ParentID)
>ON DELETE CASCADE.

impressive. A very powerful command.

Thank you

Duilio