Subject Problem with Execute Statement in Fb
Author cgar1136
i have a trigger with this lines in it...

G = 'CREATE GENERATOR "SAL_' || NEW.MOS_ID || '"';
EXECUTE STATEMENT G ;

when i insert a new record and this lines are fired i have no
problems with IBManager but when i insert it in my application i
have a "Connection Lost" error...

What could be?? some Transaction Configuration ????

Any Help will be preciated

Carlos G