Subject | RE: [IBO] An example - please |
---|---|
Author | Art Metz |
Post date | 2001-01-08T21:27:04Z |
Jason,
attach a dbGrid to an in-memory dataset and let Delphi handle the allocation
of records or calculated fields as needed. Are you suggesting that with IBO
this should be done directly against the server, with the possibility of a
long-running transaction?
need to "rollback".
Art Metz
AMetz@...
> [Art] suggested that you consider using ClientDatasets.I was thinking of a master-detail data entry form. I think it's easier to
> I strongly discourage this suggestion. With IBO there
> is absolutely no need to use client datasets at all.
attach a dbGrid to an in-memory dataset and let Delphi handle the allocation
of records or calculated fields as needed. Are you suggesting that with IBO
this should be done directly against the server, with the possibility of a
long-running transaction?
> Using client datasets is excellent advice if you are usingPerhaps I simply learned bad habits from using the BDE against Oracle and
> IBX because its
> transaction handling is so primitive and immature but it is
> a horrible and
> unnecessary amount of work if you are using IBO.
need to "rollback".
Art Metz
AMetz@...