Subject | A problem with my IBO Application and EXECUTE STATEMENT |
---|---|
Author | cgar1136 |
Post date | 2004-08-01T23:04:45Z |
i have a BeforeInsert 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 ???? should i move
this lines to the AfterInsert Trigger ???
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 ???? should i move
this lines to the AfterInsert Trigger ???
Any Help will be preciated
Carlos G