I have a dataview that accepts input from the user before being applied.
That's fine except where the text they want to search for includes the %
character. How do I do Fullname like '*a%b*' where I want the % handled as
an actual character?
Thanks
Try enclosing it in brackets ([])
See the doc's for DataColumn.Expression for more info.
/claes
> I have a dataview that accepts input from the user before being applied.
> That's fine except where the text they want to search for includes the %
> character. How do I do Fullname like '*a%b*' where I want the % handled as
> an actual character?
>
> Thanks
Rob Oldfield - 03 Dec 2004 12:01 GMT
Perfect. Many thanks.
> Try enclosing it in brackets ([])
> See the doc's for DataColumn.Expression for more info.
[quoted text clipped - 8 lines]
> >
> > Thanks