Subject | Re: [IBO] Strange Behaviour in Rollback |
---|---|
Author | Eric Handbury |
Post date | 2002-10-09T01:23:15Z |
--- In IBObjects@y..., Geoff Worboys <geoff@t...> wrote:
current datasets and mucking-around with that list internally (like I
am doing) is asking for trouble.
I am re-coding the logic to do the de-allocation on the
AfterRollback/Commit events.
Thanks for your help.
> I strongly suggest that you allocate/remove your dataset outside theother
> transaction context - and certainly DONT allocate/remove inside
> transaction event processing.It makes sense... the SysCancelAll procedure has a snapshot of all
>
> Explanation: So there are some instances where you cant (or should
> not) do certain things inside events - since that would violate the
> status of loops etc when the processing returns to the outer call.
> I hope that makes sense, its a bit hard to explain without lots of
> code for demo.
current datasets and mucking-around with that list internally (like I
am doing) is asking for trouble.
I am re-coding the logic to do the de-allocation on the
AfterRollback/Commit events.
Thanks for your help.