Subject | Problem with Execute Statement in Fb |
---|---|
Author | cgar1136 |
Post date | 2004-07-31T21:17:38Z |
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
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