UNION, how?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 28 Apr 2005 09:14

Please specify where you have initial data for UNION. If in the table at the server, use TMSQuery to get data and then VirtualTable.Assign to pass it to VirtualTable.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 28 Apr 2005 15:23

Please see SDAC help, topic TVirtualTable.Assign

Post Reply