RonQ Posted December 17, 2003 Posted December 17, 2003 Hello, I have a ADO.NET DataSet filled with a 3 or 4 tables, I send this dataset with a webservice to other computer that receives the dataset but doesn't have a database, only can work with the dataset. What I want to know is how can I make a JOIN query to the dataset, I can't use the SqlDataAdapter because I dont have a connection to any database. I don't think the filter method of the dataview let me do the JOIN, but maybe there is another way to do it... Any help with this would be great Thanks, Ronq. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.