Subject | Re: IBX+Clientdataset equivalent in IBO |
---|---|
Author | pringplata |
Post date | 2005-02-01T00:14:06Z |
Thanks, constantijnw.
--- In IBObjects@yahoogroups.com, "constantijnw" <cw.s@x> wrote:
>
> Hi Jeff,
>
> --- In IBObjects@yahoogroups.com, "pringplata" <pringplata@y...>
wrote:
> >
>
> TClientDataSet is not designed for large (> 100k records) datasets.
You're not the first I hear this statement from. Clientdataset users
advise of designing around this shortcoming, but sometimes, we really
need to bring that much data to the client. I have TkbmMemTable
sitting in my HD for some time now. I will take a closer look
tonight. Thanks again.
Jeff
> that case I use TkbmMemTable of Kim Madsen, which also can be used
> with IBO.