I need to get data from another databases. I tryied using linked objects and it works but it is too slow and expensive as I need a table for each view.
Is it possible to connect to a SQL Server and run a command? Maybe with an automation or DotNet variable?
It would be perfect if I can tun this: Select * from MyTable and read the rows. So I can generate a temporaly table and run a page.
Thanks.
*This post is locked for comments