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.
 
Back
Top