N
Not Me
Hi there,
If someone could just run me through the tasks involved in this simple
example I would be grateful. (using asp.net 2.0 and vb.net, sql server
2000 database)
I start with an xml string, which I load into a dataset as a single
table. This is a single column of unique id's. So far so good
Now, I want to load an a full table into another (or the same?)
dataset.. but limit the results to those keys held within my first
table. Is it possible to do this as a query, or would I have to somehow
use a mapping between the datasets/tables? If so how is this acheived?
Cheers for any pointers or examples,
Chris
If someone could just run me through the tasks involved in this simple
example I would be grateful. (using asp.net 2.0 and vb.net, sql server
2000 database)
I start with an xml string, which I load into a dataset as a single
table. This is a single column of unique id's. So far so good
Now, I want to load an a full table into another (or the same?)
dataset.. but limit the results to those keys held within my first
table. Is it possible to do this as a query, or would I have to somehow
use a mapping between the datasets/tables? If so how is this acheived?
Cheers for any pointers or examples,
Chris