Select in DataSets

  • Thread starter Thread starter Barry
  • Start date Start date
B

Barry

Hi

I want to select specific records in a DataSet

eg ds.Tables[0].Select("Max(Volume)");

Voulme is the ColumnName, i need the record(s) with Max in Volume Column.

the above throws an error at runtime, is there a wayout.

TIA
Barry
 
Back
Top