Subject | Re: [IBO] Blob problems (IBO and FB 1.5 RC8 -RC9 possible bug) |
---|---|
Author | mp527 |
Post date | 2004-02-18T16:46:52Z |
Helen,
can you explain the part about the transaction not being commited.
I am not sure I understand why the commit in the original code was
not doing anything. Was it becasue the suspend was in the proc or
because of the storedprochasDML property setting(which I for sure
did not have set)?
can you explain the part about the transaction not being commited.
I am not sure I understand why the commit in the original code was
not doing anything. Was it becasue the suspend was in the proc or
because of the storedprochasDML property setting(which I for sure
did not have set)?
>In fact, what I think is going on here is that your commitpossibility -
> isn't actually doing anything, but you're not trapping that
> you're committing regardless but the transaction just stays in aprepared
> state forever...something along those lines, anyway.Thanks
>