Re: ADO / Clientdataset slowness

From: Achot (Achot_at_xtra.co.nz)
Date: 12/30/04


Date: Fri, 31 Dec 2004 09:17:58 +1300

I agree with Kalinin. When we use ADO it is not neccesary ClientDataSet.
What is more, kbmMemTable is quicker than ClientDataset

Cheers
Achot

"Vitali Kalinin" <vitkalinin@yahoo.com> wrote in message
news:41a379ee@newsgroups.borland.com...
> Just another 2 cents in this:
>
> 1.. Assign PacketRecords property of ClientDataSet to some positive
> number
> 2.. Since TADODataSet have almost all features of TClientDataSet you can
> use pure TADODataSets in C/S apps
>
>