I'm using LIKE operator in crystal reports to retrieve some records. For example:
If i use LIKE 'ser' it should've brought records like this:
'loser' 'losér' 'losêr' 'losër'
But only 'loser' is retrieved, ignoring the rest. If i execute the query on sql management studio, it works normally.
I've found that crystal doesn't accept wildcards the same way as the management studio does...feek free to correct me if i'm wrong here. Is there any workarounds?
I'm using crystal reports 10.