TVirtualQuery Results

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Aggie85
Posts: 95
Joined: Wed 11 Nov 2015 17:03

TVirtualQuery Results

Post by Aggie85 » Mon 05 Jun 2017 05:07

Howdy!

If I do a TVirtualQuery against a TDataSet, are the results stored in a unique dataset (TVirtualQuery) or are they mapped into the TVirtualQuery?

The reason I ask is that sometimes I run a TVirtualQuery against a TDataSet and then I want to copy the results back to the same dataset. When I try this, I get a Record not found error.

If I first copy the results to a separate TDataSet, I can then copy the results back over the original TDataSet.

Thanks,

Aggie85

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: TVirtualQuery Results

Post by MaximG » Thu 08 Jun 2017 05:33

Unfortunately, we could not reproduce the described problem. Please compose and send us via the e-support form ( https://www.devart.com menu "Support"\"Request Support" ) a small sample in which the problem occurs.

Post Reply