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 4F8829A9.4000500@tpf.co.jp
обсуждение исходный текст
Ответ на Re: 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
(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 по дате отправления:

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