Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft DataSetHelper Class

Status
Not open for further replies.

ISPrincess

Programmer
Feb 22, 2002
318
US
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.

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top