Search without wildcard characters

Posts   
 
    
knez
User
Posts: 37
Joined: 01-Nov-2004
# Posted on: 31-Jan-2005 16:35:21   

Hi!

I need to perform search that uses like predicate and some of the wildcard characters for SQL Server ('%' or '_'), but not to treat them as wildcard characters.

Is there a way to do this?

Thanks!

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 31-Jan-2005 17:43:52   

use [%]. See LIKE in Books online simple_smile (at the bottom)

Frans Bouma | Lead developer LLBLGen Pro