I have a categories table, and it has a trigger on it. When a change is made to a category, the trigger fires a change on the parent category. By design, the change to the parent should fire a change to the parent of the parent, and so on and so forth... but its not.
Is there a way to make sql do this? I'm sure I'm probably encountering some sort of self-nesting protection so that you can't make a trigger fire itself over and over and over again by accident or maliciously.
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
Is there a way to make sql do this? I'm sure I'm probably encountering some sort of self-nesting protection so that you can't make a trigger fire itself over and over and over again by accident or maliciously.
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.