Subject | Re: [IBO] Please help - can CommitAction := caFetchAll solve it? |
---|---|
Author | Helen Borrie |
Post date | 2004-04-21T10:20:20Z |
At 12:05 PM 21/04/2004 +0200, you wrote:
not a good idea for *anything*. That's why we have a **query** language.).
However, RefreshKeys will be faster because, if your KeyLinks are good, IBO
can fetch just the new rows and update the dataset. With bad KeyLinks, RK
won't work.
Helen
>Thanks Helen, does that probably mean that caRefresh would do the same asLarge datasets are *not* a good idea for editing!!! (Actually, they are
>TIBOTable.RefreshRows? If so I probably can't use it, because with a table
>with large record count my application became unusable with RefreshRows
>because of very low performance.
>
>On other tables it can be usable, which shall I use ten, caRefresh or
>caRefreshKeys?
not a good idea for *anything*. That's why we have a **query** language.).
However, RefreshKeys will be faster because, if your KeyLinks are good, IBO
can fetch just the new rows and update the dataset. With bad KeyLinks, RK
won't work.
Helen