Subject | Re: transaction the hundreth |
---|---|
Author | chris.waldmann |
Post date | 2011-06-10T08:01:53Z |
>Hello Olaf
>
> I think, despite that the stored procedure inserts all data in one
> transaction, the trigger runs before the other records were inserted.
>
>
>
> Or think I'm wrong?
>
>
Are you using the very nice single step debug feature of IBExpert? As far as I know, IBExpert has to use some tricks to do step by step debugging, and there may be some side effects.
I had once some problems when singel stepping in a procedure. Try to call the procedure from an other procedure and step over the procedure under test.
Good luck
Christian