T
Toby Groves
Hi all,
First post here, and I'm a total noob at all this .NET stuff so bear
with me
Got a query on filling a typed dataset. If I create a typed dataset
containing two tables in a master/detail relationship, such as Orders
and OrderDetails, how do I go about filling this with a data adapter?
I'm not quite sure whether I have to fill each table in the dataset
separately using two different data adapters, or whether it can all be
done in one step via a single data adapter, and if so how?
Any help appreciated, many thanks.
First post here, and I'm a total noob at all this .NET stuff so bear
with me
Got a query on filling a typed dataset. If I create a typed dataset
containing two tables in a master/detail relationship, such as Orders
and OrderDetails, how do I go about filling this with a data adapter?
I'm not quite sure whether I have to fill each table in the dataset
separately using two different data adapters, or whether it can all be
done in one step via a single data adapter, and if so how?
Any help appreciated, many thanks.