Subject | Re: [IBO] Transactions and Stored Procedures |
---|---|
Author | Christian Danner |
Post date | 2006-02-04T08:22:44Z |
Hi Helen,
On Sat, 4 Feb 2006 05:55:41 +0000 (UTC), you wrote:
>> > with DataModule1.IB_Temp do
...
>>// IB_Transaction1.Commit;
>
> IB_Transaction.Commit;
...
>>// IB_Transaction1.RollBack;
>
> IB_Transaction.Rollback; // but only if *that* is how you
>want to handle it.
...
>Did you figure it out, Christian? :-)
Ah, you did it with with!
Cheerio
Christian