Hallo everyone,
Yet again I have a problem ... I'm working with triggers in mijn database, but it seems like my after insert trigger is always fired twice. Right now it's the only trigger on my database and it consists out of two print-messages: print 'begin'; and print 'end';
So there is no other trigger or something to fire the second time and yet still I get 'begin' ' end' 'begin' 'end' so my trigger always fires twice. does anyone have an idea to preventthis from happening??
Greetz