Page 1 of 1

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

Posted: Sun 04 Oct 2015 15:03
by yalec
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

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

Posted: Mon 05 Oct 2015 10:51
by AlexP
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.