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
Braulio Diez - 16 Jul 2007 08:40 GMT
Hello,
Have you tried ?
"Volume=Max(Volume)"
http://www.dotnet247.com/247reference/msgs/28/143428.aspx
Good luck
Braulio
/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------
> Hi
>
[quoted text clipped - 8 lines]
> TIA
> Barry