Subject Re: IBX Applyupdated
Author Alexander V.Nevsky
--- In ib-support@y..., "Louis Kleiman" <lkleiman@s...> wrote:
> OK, I have to pile on here. Both of you should forget using the
same
> component to provide both database access and editing services. You
> should use TIBQuery plus a TDataSetProvider and a TClientDataSet.
> Borland has stated quite clearly that this is their future
direction.
> Plus it provides much more flexibility and control, far better
> master-detail resolution, and better performance in many situations.

Louis, Borland can state all what they want, but using this set of
components for 3 years in 2 and 3 tier applications I must say it is
not best solution. This components are directed to client-side
cacheing and client-side solutions of the problems which in most cases
are perfectly solved using general client-server balance of load. Of
course there is area where their benefits are determining factor but
it is far from general case.

Best regards, Alexander V.Nevsky.