B
Bob L.
Hi everyone,
A part of our system deals with using DataViews, and it appears that the
RowFilter property (DataColumn.Expression syntax) does not support the
following:
1) Bitwise operators
2) Integer division
3) Rounding
My real issue is that I need to filter based on check one or more bits in an
integer field. Failing to find support for that, I looked to solve it using
integer division. Again being thwarted, I turned to some kind of rounding on
the floating point division. 0-for3.
Is Microsoft really that careless, or am I missing something (or both)?
Thanks,
Bob L.
A part of our system deals with using DataViews, and it appears that the
RowFilter property (DataColumn.Expression syntax) does not support the
following:
1) Bitwise operators
2) Integer division
3) Rounding
My real issue is that I need to filter based on check one or more bits in an
integer field. Failing to find support for that, I looked to solve it using
integer division. Again being thwarted, I turned to some kind of rounding on
the floating point division. 0-for3.
Is Microsoft really that careless, or am I missing something (or both)?
Thanks,
Bob L.