G
Guest
Hi,
I created a strongly typed data set that contains two tables (Orders and
OrdersDetails). The tables have a parent/child relationship.
How can I populate both tables based on values returned by a stored
procedure in such a way so that the OrderDetails table contains only data for
orders that exist in Orders table (i.e. preserving the parent/child
relationship)?
I'm usng SQL 2000 and .NET 2.0
Thank you.
I created a strongly typed data set that contains two tables (Orders and
OrdersDetails). The tables have a parent/child relationship.
How can I populate both tables based on values returned by a stored
procedure in such a way so that the OrderDetails table contains only data for
orders that exist in Orders table (i.e. preserving the parent/child
relationship)?
I'm usng SQL 2000 and .NET 2.0
Thank you.