bindingsource.filter wildcards
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! I'm usimg bindingsource filter property to sort out the data I need.. I know that this property supports sql wildcard '%' as a substitution for a array of chars. is there a wildcard that substitutes only one char?? ex. i've got this list aaazzz11 aaazzz12 aazzzf13 and i want only those items where three letters counting from fourth are 'z' ie aaazzz11 and aaazzz12 now in sql I'd write "like '___zzz%' " but '_' doesn't work in bs.. thanks for any help!!
life is study!!!