I would like to perform a query where a description could have a '%' or an '_'. Is this possible using QueryByCriteria?
Example: ID DESCRIPTION ------- -------------------- 10000 40% Member Discount 10001 Online Discount I'd like to be able to search using a like statement similar to: "Where Description like '%\%%' ESCAPE '\'" The current implementation will just strip off the escape character, resulting in passing my literal '\%' being pass as a wildcard. Thanks in advance. Paul Nase --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
