Aug 17, 2006 #1 surotkin Programmer Dec 10, 2003 103 CA Hi everyone, does anybody know what wildcard should I use to run query in ADO to substitute wildcard "?" (Any single character). I use character "%" to substitute wild-card "*" (Zero or more characters). What about wildcard "?" (Any single character) surotkin
Hi everyone, does anybody know what wildcard should I use to run query in ADO to substitute wildcard "?" (Any single character). I use character "%" to substitute wild-card "*" (Zero or more characters). What about wildcard "?" (Any single character) surotkin
Aug 17, 2006 1 #2 cmmrfrds Programmer Feb 13, 2000 4,690 US Did you try the underscore "_ Upvote 0 Downvote
Aug 17, 2006 1 #3 Zion7 IS-IT--Management May 2, 2003 1,276 CA Just to "Underscore", cmmrfrds' suggestion... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnima01/html/ima0601.asp ...good luck! Upvote 0 Downvote
Just to "Underscore", cmmrfrds' suggestion... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnima01/html/ima0601.asp ...good luck!
Aug 18, 2006 Thread starter #4 surotkin Programmer Dec 10, 2003 103 CA Hi Cmmrfrds and Zion7, thanks for your responces. It works! I also checked the link provided by Zion7. It is great that I can run queries with ADO-wildcards in MS Access by using operator ALIKE instead of LIKE. Thank you very much. surotkin Upvote 0 Downvote
Hi Cmmrfrds and Zion7, thanks for your responces. It works! I also checked the link provided by Zion7. It is great that I can run queries with ADO-wildcards in MS Access by using operator ALIKE instead of LIKE. Thank you very much. surotkin