G
german
Hi All,
I'm trying to find a way to fill dataset from datareader. Why?
I have typed dataset with multiple tables and relations. I want to fill
dataset without using SqlDataAdapter.Fill method for each table in the
dataset. Some of the Sql statements are redundant in meaning of their
reiteration. I'm wondering about way to use stored procedure for getting
multiple record set from and then using DataReader to populate the dataset
tables with information.
Thanks in advance,
Yaroslav.
I'm trying to find a way to fill dataset from datareader. Why?
I have typed dataset with multiple tables and relations. I want to fill
dataset without using SqlDataAdapter.Fill method for each table in the
dataset. Some of the Sql statements are redundant in meaning of their
reiteration. I'm wondering about way to use stored procedure for getting
multiple record set from and then using DataReader to populate the dataset
tables with information.
Thanks in advance,
Yaroslav.