Re: Bound parameter is not substituted - Mailing list pgsql-odbc

From Tom Lane
Subject Re: Bound parameter is not substituted
Date
Msg-id 16591.1239890835@sss.pgh.pa.us
Whole thread Raw
In response to Bound parameter is not substituted  (ning <mailxiening@gmail.com>)
Responses Re: Bound parameter is not substituted
List pgsql-odbc
ning <mailxiening@gmail.com> writes:
> I am trying to create a stored function through ODBC connection,
> But the parameter marker inside the function is not substituted.

You've written a question mark inside a string literal.  It would be
a bug for the software to consider that to be a parameter marker.
It's just a question mark.

            regards, tom lane

pgsql-odbc by date:

Previous
From: ning
Date:
Subject: Bound parameter is not substituted
Next
From: Adrian Klaver
Date:
Subject: Re: Bound parameter is not substituted