Sql comands and VirtualTable

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alexhaifa
Posts: 18
Joined: Thu 29 May 2014 12:48

Sql comands and VirtualTable

Post by alexhaifa » Tue 03 Mar 2015 17:58

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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Sql comands and VirtualTable

Post by AlexP » Thu 05 Mar 2015 12:24

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.

alexhaifa
Posts: 18
Joined: Thu 29 May 2014 12:48

Re: Sql comands and VirtualTable

Post by alexhaifa » Wed 06 Jul 2016 23:54

this implament was made?

Thanks

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Sql comands and VirtualTable

Post by AlexP » Thu 07 Jul 2016 05:59

Yes, you can use the TVirtualQuery component, in which this mechanism is already implemented https://www.devart.com/virtualdac/

Post Reply