A
APops
Hi all,
I have just started working with ADO.NET and VB.NET and have a
question.
I have three DataTables with DataRelations set up between them.
The first table contains a column called PercentWeight.
The second table contains a column called SubGroupWeight with the
expression "sum(child.PercentWeight)"
The third table contains a column called GroupWeight with the
expression "sum(child.SubGroupWeight)"
When I view the whole DataSet in a datagrid, I get nulls in the
expression column GroupWeight in the third table.
Is this expected behavior?
Thanks for any help.
Andrew Pop.
I have just started working with ADO.NET and VB.NET and have a
question.
I have three DataTables with DataRelations set up between them.
The first table contains a column called PercentWeight.
The second table contains a column called SubGroupWeight with the
expression "sum(child.PercentWeight)"
The third table contains a column called GroupWeight with the
expression "sum(child.SubGroupWeight)"
When I view the whole DataSet in a datagrid, I get nulls in the
expression column GroupWeight in the third table.
Is this expected behavior?
Thanks for any help.
Andrew Pop.