Subject | Re: [IBO] Rollback |
---|---|
Author | hans@hoogstraat.ca |
Post date | 2001-08-11T22:46:14Z |
On a TIB_Query, I can find a CommitAction property,
but I can't find one on what I use, namely TIBOQuery.
===================================================
Jason Wharton wrote:
but I can't find one on what I use, namely TIBOQuery.
===================================================
Jason Wharton wrote:
>
> There is property on the datasets called CommitAction. What is it?
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
> ----- Original Message -----
> From: <hans@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Saturday, August 11, 2001 3:07 PM
> Subject: Re: [IBO] Rollback
>
> > In order to Transaction.RollBack, I have then set as follows:
> >
> > TMSServer.Connected := False;
> > IBOTransaction.AutoCommit := False;
> > IBOTransaction.Isolation := tiCommitted;
> > IBOTransaction.ServerAutoCommit := False;
> > ...
> > DataBaseName and Password stuff
> > ...
> > TMSServer.Connected := True;
> >
> > Best regards
> > Hans
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/