Hello,
Thanks so much for your guidance about INFORMIX triggers. It was a great help but I have a few questions. In the CREATE PROCEDURE section of the code in your solution, I'm confused about the WHILE section. Why while 1=1? Also, I am assuming that the if statements that check the cnt are to stop the procedure when there's an error. Is that right? In the EXECUTE PROCEDURE statement in the trigger, I am assuming that f1, f2, f3 are the columns from tab1 and that tab2 is a duplicate of tab1 with mrem added to tab2. Thanks again.
Thanks so much for your guidance about INFORMIX triggers. It was a great help but I have a few questions. In the CREATE PROCEDURE section of the code in your solution, I'm confused about the WHILE section. Why while 1=1? Also, I am assuming that the if statements that check the cnt are to stop the procedure when there's an error. Is that right? In the EXECUTE PROCEDURE statement in the trigger, I am assuming that f1, f2, f3 are the columns from tab1 and that tab2 is a duplicate of tab1 with mrem added to tab2. Thanks again.