Subject | Re: [IBO] [IB_SQL] How to use IB_SQL like SqlMonitor |
---|---|
Author | Artur Anjos |
Post date | 2003-06-13T11:21:13Z |
> in the example a TIB_Transaction object still exist and itsIt's always the same thing with transactions:
> 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 ?
1) Start Transaction
2) Do whatever you want with it: select, insert, select again, insert some
more, delete, bla bla bla
3) After that: commit or rollback
> in everyway i think even after this modifySorry, I miss diss discussion. :-)
> is it impossible cause the deadlock in the manner explained
Artur