Subject | Re: [IBO] Transaction within transaction |
---|---|
Author | Paul Hope |
Post date | 2002-11-05T09:40:51Z |
Kenneth
I'm not 100% sure what your asking below but sounds like you could be
looking for cached updates. This would allow you to insert/edit several
rows of data then post them all or not under one transaction.
Regards
Paul
""kj01135"" <kj01135@...> wrote in message
news:aq67uu+5ke7@......
I'm not 100% sure what your asking below but sounds like you could be
looking for cached updates. This would allow you to insert/edit several
rows of data then post them all or not under one transaction.
Regards
Paul
""kj01135"" <kj01135@...> wrote in message
news:aq67uu+5ke7@......
> 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
>
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>