Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rowfilter property not filtering anything?

Status
Not open for further replies.

sodakotahusker

Programmer
Joined
Mar 15, 2001
Messages
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top