ralphtrent
Programmer
Hello
I am using the RowFilter to filter rows based on a Machine name. The machine name may be in all UpperCase or lowercase on the database. In sql I would use the lower() function to avoid having to know the actual case. I need to use that methodology when I filter rows in a dataview using the rowfilter property. When I do that, I get an error saying :
But this function is legit in Sql Server 2000. Is there an ADO.Net friendly way of doing this?
Thanks.
I am using the RowFilter to filter rows based on a Machine name. The machine name may be in all UpperCase or lowercase on the database. In sql I would use the lower() function to avoid having to know the actual case. I need to use that methodology when I filter rows in a dataview using the rowfilter property. When I do that, I get an error saying :
Code:
The expression contains undefined function call lower().
But this function is legit in Sql Server 2000. Is there an ADO.Net friendly way of doing this?
Thanks.