DataView case sensitive

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tomo

    #1

    DataView case sensitive

    I need to search data in DataView with RowFilter property but I need that
    searching is case sensitive. How can I do that?


  • John Timney \(MVP\)

    #2
    Re: DataView case sensitive

    Your underlying dataset needs to be set to to respond to case sensitive
    filtering

    http://msdn2.microsoft.com/en-us/lib...d6(VS.71).aspx

    Regards

    John Timney (MVP)




    "Tomo" <tomislavjakeli c@gmail.comwrot e in message
    news:evvn0f$q0h $1@magcargo.vod atel.hr...
    >I need to search data in DataView with RowFilter property but I need that
    >searching is case sensitive. How can I do that?
    >

    Comment

    Working...