Subject | Re: [IBO] RollBackRetaining |
---|---|
Author | hans@hoogstraat.ca |
Post date | 2002-03-13T18:44:27Z |
A state (condition) that it thinks it should append a new record
to Table1, eventhough Table1 was closed, This message ties in
with my prior messsage on this subject, documenting every
step seen thru the eyes id WISL
=============================================================
Jason Wharton wrote:
to Table1, eventhough Table1 was closed, This message ties in
with my prior messsage on this subject, documenting every
step seen thru the eyes id WISL
=============================================================
Jason Wharton wrote:
>
> Thanks for helping here. Will you please describe what you mean by an
> unknown condition?
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
> ----- Original Message -----
> From: <hans@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Saturday, March 09, 2002 10:31 AM
> Subject: [IBO] RollBackRetaining
>
> > Hello Jason,
> >
> > I found the cause.
> >
> > Table1.Open;
> > Table1.Append;
> > Table1Field.value := 'Hello';
> > Table1.Post;
> > Table1.Close;
> >
> > DataBase.RollbackRetaing;
> >
> > Puts the system in an unknown condition
> >
> > However
> >
> > Table1.Open;
> > Table1.Append;
> > Table1Field.value := 'Hello';
> > Table1.Post;
> >
> > DataBase.RollbackRetaing;
> > Table1.Close;
> >
> > Works fine :)
> >
> > Looks like: do not close any tables updated before a RollbackRetaining.
> >
> > Best Regards
> > Hans
>
>
> ___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> without the need for BDE, ODBC or any other layer.
> ___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/