VirtualTable with TQuery (C++ Builder 2006)

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sct_alan
Posts: 2
Joined: Mon 18 Aug 2008 20:52
Location: NJ, USA

VirtualTable with TQuery (C++ Builder 2006)

Post by sct_alan » Mon 18 Aug 2008 21:02

I want to use TQuery on a VirtualTable, is this possible? If not what are the other options?

Thanks

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 28 Aug 2008 13:12

The TVirtualTable component serves to store data in memory and does not have linked data files.
TVirtualTable is descendant of TDataSet, like TQuery. To assign data from TQuery to VirtualTable you should use the TVirtualTable.Assign method.

Post Reply