Subject Re: [IBO] Transaction within transaction
Author kj01135
Thanks for your help.

But how can I use two transactions components for a single
TIB_Query? I want to insert records to this query within a
transaction so that I can rollback all the insertion if desired.
However I also want to edit these records (still within the
transaction) in another transaction so that I can undo the changes.
How can I set this up in IBObjects with Delphi?

Regards,
Kenneth

> When FB1.5 appears, SavePoints will be possible.
>
> Until then, use separate transactions components, one for each
transaction. Either one may
> be committed/rolled back before the other.
> --
> Raymond Kennington
> Programming Solutions
> W2W Team B