Subject Re: [IBO] Transaction Control
Author Helen Borrie
At 06:02 PM 12/11/2003 -0500, you wrote:

>OK, been reading some more and I may be getting confused between the
>native IBO comps and the TIBODataset stuff. I want to try and emulate
>the IBX methodology as much as possible to support my current apps and
>way of doing things.

What is there about IBX that you want to emulate?


>I'm not quite yet understanding how Transactions work with IBODataset
>group, mostly in the area of how they start transactions automatically.
> Other that, are there any other major differences in how transactions
>are performed in IBO?

Differences from IBX? yes, many, many. IBO fully supports the IB/FB
transaction model, IBX doesn't. People tend to use a lot of workarounds
with IBX to get where they need to go - such as clientdatasets and caching
to get a receptive client-side view of sets. In IBO you don't need the
workarounds, because the components implement what's required, without them.

Describe what you want to achieve.

Helen