UniQuery, FetchingAll

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

UniQuery, FetchingAll

Post by kaffeburk » Fri 13 Mar 2020 09:25

Hello Devart,

I see that UniQuery in 8.1.2 dont have FetchingAll in design. I find that a but surprising, does it still work as described and why cant i set it in design?

Regards, Paer.

kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Re: UniQuery, FetchingAll

Post by kaffeburk » Fri 13 Mar 2020 09:30

I also can't set it in code...

oleg0k
Devart Team
Posts: 190
Joined: Wed 11 Mar 2020 08:28

Re: UniQuery, FetchingAll

Post by oleg0k » Fri 13 Mar 2020 12:42

Hello,

The FetchingAll method cannot be set neither in design time, nor in runtime -- the method is intended to find out whether TCustomDADataSet is fetching all rows. The method is available at runtime only. See the UniDAC documentation for more information: https://www.devart.com/unidac/docs/deva ... embers.htm

WBR, Oleg

Post Reply