TCRDBGrid Fetching All Data

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eta
Posts: 7
Joined: Wed 25 Oct 2017 14:06
Location: Turkey, Istanbul
Contact:

TCRDBGrid Fetching All Data

Post by eta » Wed 25 Oct 2017 14:38

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

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: TCRDBGrid Fetching All Data

Post by Stellar » Thu 26 Oct 2017 12:39

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.

eta
Posts: 7
Joined: Wed 25 Oct 2017 14:06
Location: Turkey, Istanbul
Contact:

Re: TCRDBGrid Fetching All Data

Post by eta » Mon 04 Dec 2017 10:55

Thanks for support.
Problem solved.

Post Reply