S
Simon
I have a data table where I would like to filter all rows which do not have
0 in QTY field. At least one record has this field set to a number which is
different form 0 (and not null of course). When I create data view:
testDV = new DataView( this.dataSet.Tables["PRODUCTS"], "QTY <> 0", "",
DataViewRowState.CurrentRows ) ;
No records are returned in data view.
What am I doing wrong?
Regards
Simon
0 in QTY field. At least one record has this field set to a number which is
different form 0 (and not null of course). When I create data view:
testDV = new DataView( this.dataSet.Tables["PRODUCTS"], "QTY <> 0", "",
DataViewRowState.CurrentRows ) ;
No records are returned in data view.
What am I doing wrong?
Regards
Simon