TVirtualTable and TUniQuery

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kaiserilich
Posts: 23
Joined: Tue 23 Mar 2010 08:36
Location: spain
Contact:

TVirtualTable and TUniQuery

Post by kaiserilich » Mon 07 Apr 2014 07:36

Hi.

I need execute a query of a TVirtualtable using TUniQuery component.

that is possible..? :?: it's possible how I can do it? :?:

or some idea to solve / do it..? :idea:

thanks on advance. :!: :!:

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

Re: TVirtualTable and TUniQuery

Post by AlexP » Mon 07 Apr 2014 09:27

Hello,

The TVirtualTable component doesn't support query execution

kaiserilich
Posts: 23
Joined: Tue 23 Mar 2010 08:36
Location: spain
Contact:

Re: TVirtualTable and TUniQuery

Post by kaiserilich » Mon 07 Apr 2014 09:46

thanks for your answer.

how I can create a temporal table and use a query. with or without VirtualTable.? :?: :?: :?:

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

Re: TVirtualTable and TUniQuery

Post by AlexP » Mon 07 Apr 2014 10:06

If your database supports temporary tables, you can create and work with such tables (execute queries) using TuniQuery

kaiserilich
Posts: 23
Joined: Tue 23 Mar 2010 08:36
Location: spain
Contact:

Re: TVirtualTable and TUniQuery

Post by kaiserilich » Mon 07 Apr 2014 10:48

okidoki

thanks so much

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

Re: TVirtualTable and TUniQuery

Post by AlexP » Mon 07 Apr 2014 12:37

You are welcome. Feel free to contact us if you have any further questions.

Post Reply