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

Поиск
Список
Период
Сортировка
От Barry Bell
Тема Re: Passing numeric Bind variables to ODBC driver convers to "Double precision"
Дата
Msg-id 542B943ED5D72E408BF9CBBD61ABC94D52D11168@VA3DIAXVSC31.RED001.local
обсуждение исходный текст
Ответ на Re: Passing numeric Bind variables to ODBC driver convers to "Double precision"  (Hiroshi Inoue <inoue@tpf.co.jp>)
Ответы Re: Passing numeric Bind variables to ODBC driver convers to "Double precision"  (Hiroshi Inoue <inoue@tpf.co.jp>)
Список pgsql-odbc
Note: The UseServerSidePrepare=1; only works with the PostgresSQL 9.01 driver (It will not work with the 9.00 driver)

Setting TextAsLongVarchar=0 has no effect on the blanks("") comes back as longvarchar.

UnknownsAsLongVarchar=0 or UnknownsAsLongVarchar=1 has no effect on this either.


Thanks
Barry Bell, IT Department 
Office: 954-429-3771 x267 Fax: 954-281-1464 email Barry_Bell@harte-hanks.com


-----Original Message-----
From: Hiroshi Inoue [mailto:inoue@tpf.co.jp] 
Sent: Friday, April 13, 2012 9:27 AM
To: Barry Bell
Cc: pgsql-odbc@postgresql.org
Subject: Re: [ODBC] Passing numeric Bind variables to ODBC driver convers to "Double precision"

(2012/04/13 2:12), Barry Bell wrote:
> Thanks, "UseServerSidePrepare=1;  does appear to fix this. (working for both numeric and integer)
>
> Next issue,
> When calling a function in postgres, the postgres is returning a blank string ('').
> This is showing as a blank longvarchar(memo,clob) instead of a varchar.
>
> Any ideas?

Please try to turn off the Text as LongVarChar option.

regards,
Hiroshi Inoue


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

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