DataSet Max-of-column

  • Thread starter Thread starter Will Young
  • Start date Start date
This seems to have worked:

MaxNumber = ds.Tables(0).Compute("max(number)", "")

.... Will
 
Hi Will,

I was in doubt if I would give that also, however I thought you did want the
row with the Max value.

Cor
 

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