Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO.NET 2.0 & Datasets/Datatables

Status
Not open for further replies.

tyreejp

Programmer
Apr 20, 2005
114
US
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
 
You could make an Oracle DB link to DB2 using Oracle Heterogeneous Services. Take a look at this thread thread759-747432 for some other options.

Marty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top