E
eric
I am currently struggling working with data in multiple tables. Is it
better to have a single join based query versus seperate queries? I am
trying to fill a typed dataset with two tables with a one to many
relationship which is similiar to Order-Order Details relationship. When I
pass my dataset to be filled in my data access layer using a single joing
based query it only loads the data in the parent table in the dataset and
not the order details table (child). When I display it in a datagrid it
shows the data in the order details table however only with the order table
not in the order details table. What am I doing wrong?
Thanks
better to have a single join based query versus seperate queries? I am
trying to fill a typed dataset with two tables with a one to many
relationship which is similiar to Order-Order Details relationship. When I
pass my dataset to be filled in my data access layer using a single joing
based query it only loads the data in the parent table in the dataset and
not the order details table (child). When I display it in a datagrid it
shows the data in the order details table however only with the order table
not in the order details table. What am I doing wrong?
Thanks