Page 1 of 1

TCRDBGrid Fetching All Data

Posted: Wed 25 Oct 2017 14:38
by eta
Hi
We are using SDAC (8.0.3) component with C++ Builder 6.
TCRDBGrid component does not working properly with FetchRow property of TMSQuery and fetching all datas.
The FetchRow property of TMSQuery properly working with standart TDbGrid.
We also checked that FetchAll property value is false of TMSQuery.
It working properly in Rad Studio Seatle C++ Builder & Delphi and Delphi 7

Best regards
ETA Bilgisayar

Re: TCRDBGrid Fetching All Data

Posted: Thu 26 Oct 2017 12:39
by Stellar
We investigated the issue of loading all TMSQuery data, but could not reproduce it. Probably, sorting is set in TCRDBGrid or the summary for one of the columns, therefore, TMSQuery loads all the records.

Re: TCRDBGrid Fetching All Data

Posted: Mon 04 Dec 2017 10:55
by eta
Thanks for support.
Problem solved.