Re: Bound parameter is not substituted

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ning <mailxiening(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Bound parameter is not substituted
Date: 2009-04-16 14:07:15
Message-ID: 16591.1239890835@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

ning <mailxiening(at)gmail(dot)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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Adrian Klaver 2009-04-16 14:20:19 Re: Bound parameter is not substituted
Previous Message ning 2009-04-16 08:02:56 Bound parameter is not substituted