Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a dataset, which have two datatables. Can I join these two datatables .I mean a left outer join similar to DB tables ?

share|improve this question
You can do the operation manually (e.g. no SQL). I believe the MSDN DataSet/DataTable guide provide some samples. I find it best just to let the DB do it's work first. One could perhaps also export to an SQL/query engine or find some nifty wrapper, but I know not which. – user166390 Oct 12 '10 at 20:08
My situation is i have two tables in two different servers..And i can't use linked server or onrowdata. I would like to get two datatables..and link them using join. – Relativity Oct 12 '10 at 20:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.