[Recommend]Disable DataSource control with TVirtualQuery

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Eden0928
Posts: 62
Joined: Sun 22 Apr 2012 14:08

[Recommend]Disable DataSource control with TVirtualQuery

Post by Eden0928 » Mon 04 Jul 2016 09:27

I can see the TDataSet record move process when call sql command from TVirtualQuery.
Code like below:
SELECT SUM(Salary) from ClientDataSet1

My DBGrid showing step from 1 to last record when run the code.

Recommend TVirtualQuery append clone source dataset or DisableControl source dataset. :D

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

Re: [Recommend]Disable DataSource control with TVirtualQuery

Post by AlexP » Mon 04 Jul 2016 10:09

Hello,

We will change this behavior in the next version.

Post Reply