Page 1 of 1
Sql comands and VirtualTable
Posted: Tue 03 Mar 2015 17:58
by alexhaifa
Is it possible to use query with virtualTable?
As I understood, virtualTable is a memory table repository. I'd like to know if other components can be linked to it, such is, IBCquery.
thanks
Alex
Re: Sql comands and VirtualTable
Posted: Thu 05 Mar 2015 12:24
by AlexP
Hello,
Currently, TVirtualTable doesn't support query execution. We plan to implement this feature. TVirtualTable is a TDataSet descendant, therefore you can bind only standard components to it, such as TDataSource, etc.
Re: Sql comands and VirtualTable
Posted: Wed 06 Jul 2016 23:54
by alexhaifa
this implament was made?
Thanks
Re: Sql comands and VirtualTable
Posted: Thu 07 Jul 2016 05:59
by AlexP
Yes, you can use the TVirtualQuery component, in which this mechanism is already implemented
https://www.devart.com/virtualdac/