R
Robson Luiz
Hello Folks!
I have a SQL Server table column and two records.
One column have "Porão" and the other "Porao".
I want filter my dataview using the RowFilter property.
example:
dv.RowFilter = "column = 'Porao'"
datagrid.datasource=dv
datagrid.databind();
I need to see two records. But i see only one because the filter use accent
sensitive when searching.
Is there a way to configure the dataset for accent sensitive?
Tks
Robson
I have a SQL Server table column and two records.
One column have "Porão" and the other "Porao".
I want filter my dataview using the RowFilter property.
example:
dv.RowFilter = "column = 'Porao'"
datagrid.datasource=dv
datagrid.databind();
I need to see two records. But i see only one because the filter use accent
sensitive when searching.
Is there a way to configure the dataset for accent sensitive?
Tks
Robson