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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -