ISPrincess
Programmer
Does anyone have experience with Microsofts DataSetHelper Class?
I have successfully implemented that method SelectGroupByInto when returning one field and grouping on that field, but when I attempted to return table with 2 fields grouped on the same 2 fields, I get an error withing the class.
PH
I was walking home one night and a guy hammering on a roof called me a paranoid little weirdo.
In morse code.
-Emo Phillips
I have successfully implemented that method SelectGroupByInto when returning one field and grouping on that field, but when I attempted to return table with 2 fields grouped on the same 2 fields, I get an error withing the class.
Code:
dt = dsHelper.SelectGroupByInto("GroupedWaves", dsReturn.Tables!WaveDates, "ScheduleDate,WaveNbr", , "ScheduleDate,WaveNbr", False)
PH
I was walking home one night and a guy hammering on a roof called me a paranoid little weirdo.
In morse code.
-Emo Phillips