S Sreppohcdoow Mar 30, 2006 #1 I have two datatables in a dataset with a relation defined. How do I generate a JOINed view of this data? Thanks, MS
I have two datatables in a dataset with a relation defined. How do I generate a JOINed view of this data? Thanks, MS
M Miha Markic [MVP C#] Mar 30, 2006 #2 You can't easily. Perhaps you might load data using JOIN statement in first place. Why do you need it?
You can't easily. Perhaps you might load data using JOIN statement in first place. Why do you need it?
C Cor Ligthert [MVP] Mar 30, 2006 #3 If you cannot make a Join in the first place. Have than a look at this page on our website. http://www.vb-tips.com/default.aspx?ID=5fd5a8cf-54dc-4946-a193-8a9529b2b38b I hope this helps, Cor
If you cannot make a Join in the first place. Have than a look at this page on our website. http://www.vb-tips.com/default.aspx?ID=5fd5a8cf-54dc-4946-a193-8a9529b2b38b I hope this helps, Cor