Passing string literals to PATTERN subclause
Hi everyone!
I have problem with query and PHP odbc. My query has symbol '?' in PATTER subclause, but odbc driver think I'm passing additional params to query. So I can't execute it.
I tried to escape symbol, but no luck.
It is possible to pass string to PATTERN subclause?
I have problem with query and PHP odbc. My query has symbol '?' in PATTER subclause, but odbc driver think I'm passing additional params to query. So I can't execute it.
I tried to escape symbol, but no luck.
It is possible to pass string to PATTERN subclause?
0