RE: Accent insensitive dataview.rowfilter
- From: v-kevy@xxxxxxxxxxxxxxxxxxxx (Kevin Yu [MSFT])
- Date: Thu, 26 May 2005 02:18:22 GMT
Hi,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to filter out the rows that
contains accented characters. If there is any misunderstanding, please feel
free to let me know.
In this case, I think LIKE operater with wildcard character can do it for
you. In the DataView.RowFilter property, we can do like the following
dv.RowFilter = "LastName LIKE '%u%' OR LastName LIKE '%a%'";
(Sorry, I can't input accented characters on my machine. So I used a and u
instead.)
This will filter out all the rows containing these characters in the table.
HTH.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
.
- Follow-Ups:
- RE: Accent insensitive dataview.rowfilter
- From: esoci
- RE: Accent insensitive dataview.rowfilter
- References:
- Accent insensitive dataview.rowfilter
- From: esoci
- Accent insensitive dataview.rowfilter
- Prev by Date: Re: SQL OLEDB Provider problem
- Next by Date: Select names from Field data containing Hyphen
- Previous by thread: Accent insensitive dataview.rowfilter
- Next by thread: RE: Accent insensitive dataview.rowfilter
- Index(es):
Relevant Pages
|
|