G
Guest
Hi everybody -
This may seem like an easy question to the .NET gurus out there but it has me very much stumped on how to accomplish. I have a dataset that I have merged together from separate queries. What I want is to include it in my final query so I can include other fields but I'm trying to do a join on certain fields in this dataset I've generated. How can I accomplish this?
So for example, I'd like to do something like this:
Select FirstName, dsQueryC.InitDate
From Employee INNER JOIN dsQueryC etc...... (Being able to reference the dataset within the query of a data adapter)
I'm completely lost on how to do this in ADO.Net
Any thoughts are appreciated,
Ben
This may seem like an easy question to the .NET gurus out there but it has me very much stumped on how to accomplish. I have a dataset that I have merged together from separate queries. What I want is to include it in my final query so I can include other fields but I'm trying to do a join on certain fields in this dataset I've generated. How can I accomplish this?
So for example, I'd like to do something like this:
Select FirstName, dsQueryC.InitDate
From Employee INNER JOIN dsQueryC etc...... (Being able to reference the dataset within the query of a data adapter)
I'm completely lost on how to do this in ADO.Net
Any thoughts are appreciated,
Ben