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

Поиск
Список
Период
Сортировка
От Barry Bell
Тема Passing numeric Bind variables to ODBC driver convers to "Double precision"
Дата
Msg-id 542B943ED5D72E408BF9CBBD61ABC94D52D10C5C@VA3DIAXVSC31.RED001.local
обсуждение исходный текст
Ответы Re: Passing numeric Bind variables to ODBC driver convers to "Double precision"  (Hiroshi Inoue <inoue@tpf.co.jp>)
Список pgsql-odbc
 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?


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

Предыдущее
От: Jack Wilson
Дата:
Сообщение: Re: Very basic question from a beginner
Следующее
От: Alexandre - Aldeia Digital
Дата:
Сообщение: Re: Problem with Use Declare/Fetch