I have two queries , one from MSSQL and one from Oracle. The results are combined into one table using "mytable1.Load(dr2)".
My question is can i run a query against mytable1?
If I can't can I populate a table in my SQL database with the data in mytable1 and then run the query? How would I do this?
Thanks
My question is can i run a query against mytable1?
If I can't can I populate a table in my SQL database with the data in mytable1 and then run the query? How would I do this?
Thanks