Bug in DataVew?

  • Thread starter Thread starter Simon
  • Start date Start date
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
 
Simon,

Could you please post XML file with data and schema of this dataset so I
could reproduce the problem? Thanks.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 
Back
Top