Using a SQL command on a Virtual Table
Posted: Fri 25 Mar 2011 10:30
Hi all,
I am using the Virtual Table Component from SQL Server DAC for Delphi / C++ Builder 2010 and I would like to use a Select statement on the data in that table, something like Select * from VirtualTable1 WHERE ID = 1. Since there is no connection to an external database, none of the standard SQL Query components will work with it.
Is there a way to use standard SQL commands with or without a SQL Query Component on the data in this Virtual Table and if so can someone Please explain how to do it.
Thank You,
Frank
I am using the Virtual Table Component from SQL Server DAC for Delphi / C++ Builder 2010 and I would like to use a Select statement on the data in that table, something like Select * from VirtualTable1 WHERE ID = 1. Since there is no connection to an external database, none of the standard SQL Query components will work with it.
Is there a way to use standard SQL commands with or without a SQL Query Component on the data in this Virtual Table and if so can someone Please explain how to do it.
Thank You,
Frank