Group by clause

  • Thread starter Thread starter Ravi
  • Start date Start date
R

Ravi

I loaded data that is in .txt file into a datatable. Now I
would like to run a group by query on that datatable, how
can I do that??? If I can't do that, how can I sort and
sum the data that is in .txt file in a easiest way in
vb.net???
 
if you are loading textfile data into the datatable, you can use compute
method of dataset/datatable I am not sure. check compute method in the msdn
help.

Rajesh Patel
 

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