G
Guest
In Microsoft Access, it is possible to create a query and then refer to it
inside another query... how would I do this in ADO.NET?
I'd like to create a simple select query and call it something like:
qMemberSelect
then refer to qMemberSelect as though it were a table
inside another query called qMemberCleanResults
and have that be my DataSet... dsMemberResults
is that possible, if so how would I go about it?
inside another query... how would I do this in ADO.NET?
I'd like to create a simple select query and call it something like:
qMemberSelect
then refer to qMemberSelect as though it were a table
inside another query called qMemberCleanResults
and have that be my DataSet... dsMemberResults
is that possible, if so how would I go about it?