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