BindingSource filter wildcard character for a single character

  • Thread starter Thread starter olympus_mons
  • Start date Start date
O

olympus_mons

Hi,

I can't find any hint about the wildcard character for just a single
character. E.g. if I want to query all names with an "a" as second
character I would use "...where NAME like '_a%'..." where "_" stands
for a single character. Does anybody know which wildchard character I
have to use?

Thanks,
Stefan
 
Back
Top