T
Trygve Lorentzen
Hi,
I've tried with:
dsAESWS.Tables["aes"].Columns.Add("F35_GROSSWEIGHT_TOTAL",
typeof(decimal),"Sum(Child(dsAES_aes-aes_packages).F35_GROSSWEIGHT)");
dsAESWS.Tables["aes"].Columns.Add("F35_GROSSWEIGHT_TOTAL",
typeof(decimal),"Sum(Child(dsAES_aes-aes_packages.F35_GROSSWEIGHT))");
Both give me an exception like this:
syntax error in aggregate argument: Expecting a single column argument with
possible 'Child' qualifier
I basically copied the statement from the VS help file so I have no idea
what could be wrong here...
I appreciate all help, thanks in advance!
Trygve
I've tried with:
dsAESWS.Tables["aes"].Columns.Add("F35_GROSSWEIGHT_TOTAL",
typeof(decimal),"Sum(Child(dsAES_aes-aes_packages).F35_GROSSWEIGHT)");
dsAESWS.Tables["aes"].Columns.Add("F35_GROSSWEIGHT_TOTAL",
typeof(decimal),"Sum(Child(dsAES_aes-aes_packages.F35_GROSSWEIGHT))");
Both give me an exception like this:
syntax error in aggregate argument: Expecting a single column argument with
possible 'Child' qualifier
I basically copied the statement from the VS help file so I have no idea
what could be wrong here...
I appreciate all help, thanks in advance!
Trygve