Subject | RE: [IBO] Transaction Advice Needed |
---|---|
Author | Alan McDonald |
Post date | 2004-07-20T13:21:58Z |
> I don't use IBO Objects at all. (yet) :-) So I can't give you specificif you use IB_Queries - how do you make the update and insert and delete SQL
> advice - but I can tell you what works for me.
>
> I use the IB objects. (Yes, they are different). I will almost
> always have
> a TIB_Insert transaction, a TIB_Select transaction, a TIB_Insert
> txn and a
> TIB_Update txn. In other words, a data module will have at least 4
> transactions on it.
>
> In some cases, especially regarding selects, there will be more
> transaction
> objects on the data module. The bottom line for me is that I will almost
> NEVER have two objects sharing the same transaction object at any
> one time.
>
commands use different trasnactions?
Alan