Page 1 of 1

VirtualTable with TQuery (C++ Builder 2006)

Posted: Mon 18 Aug 2008 21:02
by sct_alan
I want to use TQuery on a VirtualTable, is this possible? If not what are the other options?

Thanks

Posted: Thu 28 Aug 2008 13:12
by Dimon
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.