Subject Re: Read_commited
Author Alexander V.Nevsky
--- In IBDI@y..., "Peter Morris" <pmorris@m...> wrote:
> Actually, I don't suppose selecting 30 odd records each time I want
to add a
> new record is such a waste ? For more records I would provide a
search
> form.

Hi, Peter. It's question on application design strategy and depends
on application nature, network and so on. What is better for you -
slow start with fetching throng of cataloques, even if they are short,
or fast start and delays on fetching them each time when needed? I
don't know. There is some workaround if you need more than 1 column in
client-cashed cataloque. The best for it is fetch into ClientDataSet.
And I'm surprised Helen don't chase us away to ib-support or mers
yet. :)

Best regards.