K
King Kong
Hi,
I am facing misterious problem while setting up RowFilter property of
DataView.
It works find when i do
dv.RowFilter = "StudentName like 'Dave'"
or
dv.RowFilter = "StudentName like '%Dave'"
but it breaks up when i do
dv.RowFilter = "StudentName like 'Da%v%e'"
or use wild cards, or repeat the above case.
with this error:
Error in Like operator: the string pattern 'Da%v%e' is invalid rowfilter.
Interesting part is this query works good on MS SQL server, it must.
I dont know if ths is a limitation by manufacturer of .NET?
i'd be thankful of any help.
Regards
KK
I am facing misterious problem while setting up RowFilter property of
DataView.
It works find when i do
dv.RowFilter = "StudentName like 'Dave'"
or
dv.RowFilter = "StudentName like '%Dave'"
but it breaks up when i do
dv.RowFilter = "StudentName like 'Da%v%e'"
or use wild cards, or repeat the above case.
with this error:
Error in Like operator: the string pattern 'Da%v%e' is invalid rowfilter.
Interesting part is this query works good on MS SQL server, it must.
I dont know if ths is a limitation by manufacturer of .NET?
i'd be thankful of any help.
Regards
KK