Subject Re: [IBO] [IB_SQL] How to use IB_SQL like SqlMonitor
Author Stefano Campri
----- Original Message -----
From: ""Artur Anjos"" <artur@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Friday, June 13, 2003 10:49 AM
Subject: Re: [IBO] [IB_SQL] How to use IB_SQL like SqlMonitor


> Hi Stefano,
>
>
> > i agree but how ?
> > everything is done clicking the post button on the TIB_UpdateBar, there
is
> > no code
> > how can i prevent a commit cliccking the post button ?
>
> You should look at your transaction component. If you don't have one IBO
> will create one for you, with autocommit=True. So you must have a
> transaction component, and control this with that component.
>

in the example a TIB_Transaction object still exist and its
property AutoCommit is set to True

after setting AutoCommit = false in wich way i need to modify the code
source ?
where start and commit the transaction ?

in everyway i think even after this modify
is it impossible cause the deadlock in the manner explained

StefanoCampri