dataset question

  • Thread starter Thread starter Eric Effer
  • Start date Start date
E

Eric Effer

Hi

I am a newbie in ado.net 2005. Is it possible to do a Group By in a dataset?

thanks
E.
 
Not really, but you can use a DataView to filter the data into whatever
order you want.
 
You can do a groupby when you pull the dataset, but you can't
do updates on it. If you've already pulled the dataset
and now want to do groupby's on it, then no, you can't.

Robin S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top