Hello,
I'm trying to create a trigger that can send mail for each inserting into a table. The trigger works fine, but a problem: for each inserting into the table, it sends mails then any recordset is registered. I have noticed that for data that do not matche conditions inside the trigger, recordsets are registered, and for data that matches the trigger conditions, after sending mail, any is maintained. There is any update or delete SQl instruction in my trigger. Have you an idea for how and why?
Thank you
I'm trying to create a trigger that can send mail for each inserting into a table. The trigger works fine, but a problem: for each inserting into the table, it sends mails then any recordset is registered. I have noticed that for data that do not matche conditions inside the trigger, recordsets are registered, and for data that matches the trigger conditions, after sending mail, any is maintained. There is any update or delete SQl instruction in my trigger. Have you an idea for how and why?
Thank you