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