Subject | Re: [IBO] Transaction within transaction |
---|---|
Author | kj01135 |
Post date | 2002-11-04T16:41:02Z |
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
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.transaction. Either one may
>
> Until then, use separate transactions components, one for each
> be committed/rolled back before the other.
> --
> Raymond Kennington
> Programming Solutions
> W2W Team B