Subject Re: [IBO] Explict transaction Control example please
Author Jason Wharton
You can use a transaction bar and let your users be in control of when a
unit of work is committed or not.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: <waynef@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, December 09, 2002 1:36 AM
Subject: [IBO] Explict transaction Control example please


> This might be a re-post ,, if so my appologies.
>
> I would like an example where explicit transaction control is
> used and is error prone, Catch required fields ,, and Rollback
> to a Retaning State co that you could re-try the
> operation if it faild.
>
> Here is my idea : I have 3 queries that have to be posted in a
> sequence beacause of FK_Constraints,, I have to use Post sice
> one data_set does require it.
>
> I DO NOT have a grid ,, i have a form with many edit fields and
> a "OK" and "Cancel" button.
>
> PLEASE Help ?
>
> Thanking you
> Wayne Forrest.