sodakotahusker
Programmer
- Mar 15, 2001
- 601
I am using the rowfilter property on a dataview. It does not filter anything. I would post the code but it is C# (I post it here cause this forum gets lots more activity than C#) . It is pretyt simple though. I am just creating a view from a dataset then
dataView.Rowfilter = "ColumnName ='Value'"
Do I need to do something else???
I could walk the recordset myself to find the match (there will only be one but I'd prefer to work smarter and not harder.
dataView.Rowfilter = "ColumnName ='Value'"
Do I need to do something else???
I could walk the recordset myself to find the match (there will only be one but I'd prefer to work smarter and not harder.