FetchALL=no not working with dataset linked to TMSFMXGRID through live binding

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
yalec
Posts: 1
Joined: Sun 04 Oct 2015 13:08

FetchALL=no not working with dataset linked to TMSFMXGRID through live binding

Post by yalec » Sun 04 Oct 2015 15:03

Hello,

UniTable component is fetching all Data when linked to a Grid throug a TLinkGridToDataSource.
I can't get it working correctly, does anyone manage to have it working ?

Thanks for you help

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: FetchALL=no not working with dataset linked to TMSFMXGRID through live binding

Post by AlexP » Mon 05 Oct 2015 10:51

Hello,

This behavior is due to implementation of TBaseLink in Embarcadero. The AutoBufferCount and BufferCount properties are responsible for the number of records. If BufferCount = -1 (by default), 200 records will be read out, not depending on the UniQuery settings. Please contact developers for more details.

Post Reply