dataset question

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

Eric Effer

Hi

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

thanks
E.
 
No, you can do just basic filtering in Select method. You need to go to the
database for anything more sophisticated. Of cause, you can always do
whatever you wish programmatically, you may choose this if another database
query would be too expensive.
 

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