Sahil
Thu Mar 10 06:00:58 CST 2005
You will have to hand-create a DataSet/DataTable per the values of the
DataReader and pass those into DataAdapter - remember the rowstates will be
a major thing to be careful of here.
- Sahil Malik
http://codebetter.com/blogs/sahil.malik/
"Mori" <Mori@discussions.microsoft.com> wrote in message
news:1C253ED8-2DB6-475B-B37A-6D521FA53D8B@microsoft.com...
>I am looking for example of reading one table using datareader and updating
> another with the values using a dataadapter.