I
Ian Frawley
Hi All,
I was just wondering if this is possible.
I have a strongly types dataset that has a number of columns that are
populated and a couple of columns that aren't populated. I was wondering if
it is possible to populate the unpopulated coulmns using a SqlDataAdapter
and a stored procedure that takes in one parameter. I would like this
parameter to come from one of the populated columns.
Is this at all possible or do I have to iterate through the dataset and
update each row seperately?
Regards
I was just wondering if this is possible.
I have a strongly types dataset that has a number of columns that are
populated and a couple of columns that aren't populated. I was wondering if
it is possible to populate the unpopulated coulmns using a SqlDataAdapter
and a stored procedure that takes in one parameter. I would like this
parameter to come from one of the populated columns.
Is this at all possible or do I have to iterate through the dataset and
update each row seperately?
Regards