
10-05-2004, 01:09 AM
|
 |
Junior Contributor
|
|
Join Date: Aug 2002
Location: Iceland
Posts: 276
|
|
Really, the recursion I get is a nested-type, so I would need to work at database level, which I don't want.
I've "solved" the problem by issuing "ALTER TABLE .... DISABLE TRIGGER ...." just before the ESP call, and "ALTER TABLE .... ENABLE TRIGGER ...." just after. It seems so simple, but I was thinking ALTER TABLE was forbidden inside a trigger definition.
However, I still wonder if there are side effects with this approach.
|
|