crBatchMove TLiteVirtualTable

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Eivind72
Posts: 1
Joined: Thu 12 Sep 2019 08:57

crBatchMove TLiteVirtualTable

Post by Eivind72 » Thu 12 Sep 2019 09:13

I'm trying to copy data from a TLiteQuery to an empty TLiteVirtualTable using the TCRBatchMove. However, when executing the batchmove, I get the error that OnGetRecordCount event for the litevirtualtable has not been defined. What am I missing?

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

Re: crBatchMove TLiteVirtualTable

Post by MaximG » Mon 11 Nov 2019 15:42

Please compose and send us a small sample project where the issue occurs. Additionally, we need information about the structure of your tables (DDL-script) that are accessed by the application. For your convenience, please use the e-support form https://www.devart.com/company/contactform.html

Pavel95
Posts: 3
Joined: Mon 06 Jun 2022 11:23

Re: crBatchMove TLiteVirtualTable

Post by Pavel95 » Mon 06 Jun 2022 12:33

Having same problem except with TUniQuery and TVirtualDataSet

Post Reply