Re: [SQL] Break referential integrity.

2003-07-09 Thread Jan Wieck
Stephan Szabo wrote: On Wed, 2 Jul 2003, Rudi Starcevic wrote: Hi, I know that if you have a trigger and function then drop/replace the function the trigger needs to be drop/replaced too so that it can see the new function. Is it the same for Ref. Integ. on table's too ? If table B's foreign key

Re: [SQL] Break referential integrity.

2003-07-01 Thread Stephan Szabo
On Wed, 2 Jul 2003, Rudi Starcevic wrote: > Hi, > > I know that if you have a trigger and function then drop/replace the > function the trigger needs > to be drop/replaced too so that it can see the new function. > > Is it the same for Ref. Integ. on table's too ? > > If table B's foreign key refe

[SQL] Break referential integrity.

2003-07-01 Thread Rudi Starcevic
Hi, I know that if you have a trigger and function then drop/replace the function the trigger needs to be drop/replaced too so that it can see the new function. Is it the same for Ref. Integ. on table's too ? If table B's foreign key references table A and you drop/replace table A then the refe