sql - How to use LIKE operator with wildcards in parameterized query in MS-Access -


i using ms access database, need pass parametrized query. ms access uses in format ... '[par1]' {par1 parameter in ms-access-query} need way use parametrized query wildcard support. example, if user enter 325 par1, sql-command text in condition ... field1 "*325*"

have tried following:

like "*" & [par1] & "*" 

Comments

Popular posts from this blog

arrays - PHP Shopping Cart Variable and Object errors -

javascript - jQuery "chosen": conflict with 'selected' attribute in option tag -