| Subject | Re: [IBO] Rollback | 
|---|---|
| Author | Jason Wharton | 
| Post date | 2001-08-11T20:56:26Z | 
There is property on the datasets called CommitAction. What is it?
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
            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