Accent insensitive dataview.rowfilter



I need to filter a dataview related to a datatable. The datatable text fields
contains several "accented" characters like ä, û, and so on. Is there a way
to create "accent insentitive" filters using the rowfilter property of a
dataview? I tried LIKE and = operators, but both seems to work in an "accent
sensitive" manner...
In SQL Server queries I usually use Latin1_General_CI_AI collate, is there
anything like that in ADO .NET (or dataview.rowfilter)
Looking forward, best regards.

I'm using .NET framework 1.1... and VS .NET 2003.
.



Relevant Pages

  • DataView.RowFilter issue
    ... I use The RowFilter property to select number of row from my dataview. ... I experience that the number of rows remains the same as before the filter ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • DataView.RowFilter issue.
    ... I use The RowFilter property to select number of row from my dataview. ... I experience that the number of rows remains the same as before the filter ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • DataView.RowFilter issue
    ... I use The RowFilter property to select number of row from my dataview. ... I experience that the number of rows remains the same as before the filter ... Prev by Date: ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: DataView.RowFilter doesnt work
    ... This is the right way of using the RowFilter property ... > I have a simple code to test the DataView. ... > SqlConnection conn = new SqlConnection ... > SqlDataAdapter da = new SqlDataAdapter ...
    (microsoft.public.cert.exam.mcsd)
  • Re: Why does my Dataview NOT work!!!
    ... They aren't the same if you set a rowfilter that filters anything out. ... W.G. Ryan MVP Windows - Embedded ... >> The DataSet can't have rows, only DataTables can but how are you verifying>> the rows with the dataview? ...
    (microsoft.public.dotnet.framework.adonet)