Re: Passing numeric Bind variables to ODBC driver convers to "Double precision"

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Passing numeric Bind variables to ODBC driver convers to "Double precision"
Дата
Msg-id 4F86D779.8050100@tpf.co.jp
обсуждение исходный текст
Ответ на Passing numeric Bind variables to ODBC driver convers to "Double precision"  (Barry Bell <Barry_Bell@harte-hanks.com>)
Ответы Re: Passing numeric Bind variables to ODBC driver convers to "Double precision"  (Barry Bell <Barry_Bell@harte-hanks.com>)
Список pgsql-odbc
Hi Barry,

(2012/04/09 23:35), Barry Bell wrote:
>
>   Using the lastest of ODBC ANSI driver for windows 32bit ver 9.00.03  Calling from MS VFP 9.0
>
>   public nvar as interger
>   nvar=1
>   running the following sql:
>   "( select function_pkg(?nvar) "
>
>   The bind variable nvar will show in postgres as "Double Precision"  format instead of integer(or numeric)
>
>   Is there a setting on the ODBC driver for incoming vairables?

Are you turning on the Server side prepare option?

regards,
Hiroshi Inoue



В списке pgsql-odbc по дате отправления:

Предыдущее
От: Ken Benson
Дата:
Сообщение: Re: UPDATE table via ODBC fails.
Следующее
От: Barry Bell
Дата:
Сообщение: Re: Passing numeric Bind variables to ODBC driver convers to "Double precision"