PackedRecords and Fetchondemand retrieving all Data?

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
rh-phoenix
Posts: 6
Joined: Mon 30 Jan 2006 10:28

PackedRecords and Fetchondemand retrieving all Data?

Post by rh-phoenix » Mon 30 Jan 2006 10:33

Is there a way to use the settings on TClientdataset: PacketRecords > 0 and FetchOnDemand =True to only fetch the records set?

If i see that correct, even with this setting, all data gets collected from the server, only the ClientDataSet shows only configured Records.

Is there any way to only fetch the records from the server needed?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Tue 31 Jan 2006 09:47

Please read about coFetchAll option in DbxSda readme.

Post Reply