Link virtual table
Posted: Tue 11 Jul 2006 11:00
Is it possible to link a virtual table with a table in my SQL database?
If so how do I use the components?
Thanks,
Steve.
If so how do I use the components?
Thanks,
Steve.
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
MSQuery.Open;
VirtualTable.Assign(MSQuery);
VirtualTable.Open;