I've been looking everywhere for built in functionality in ADO.NET 2.0 to somehow query and join on two or more datatables in a single dataset.
I always see the same question that follows that question, "why don't you do the join in your sql." Easy, One table comes from DB2 and the other comes from Oracle.
So, I know there's not way to do it in versions 1.0/1.1 of the .net framework but is there something new in 2.0 that I"m not finding yet that will let me query these two datatables that's built into ADO.NET or do I have to do it manually like with previous versions?
Thanks
--
James
I always see the same question that follows that question, "why don't you do the join in your sql." Easy, One table comes from DB2 and the other comes from Oracle.
So, I know there's not way to do it in versions 1.0/1.1 of the .net framework but is there something new in 2.0 that I"m not finding yet that will let me query these two datatables that's built into ADO.NET or do I have to do it manually like with previous versions?
Thanks
--
James