Re: Any plans to support SQLDescribeParam (and friends) ?

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Any plans to support SQLDescribeParam (and friends) ?
Дата
Msg-id 4A5D4B9D.70309@tpf.co.jp
обсуждение исходный текст
Ответ на Any plans to support SQLDescribeParam (and friends) ?  (Mads Lindstrøm <mads_lindstroem@yahoo.dk>)
Ответы Re: Any plans to support SQLDescribeParam (and friends) ?  (Mads Lindstrøm <mads_lindstroem@yahoo.dk>)
Список pgsql-odbc
Mads Lindstrøm wrote:
> Hi
>
> Previously PsqlODBC did not support SQLDescribeParam (and friends), as
> the PostgreSQL backend/frontend protocol did not offer the necessary
> support to implement these functions [1]. Or at least, that is how I
> understand it.
>
> But with protocol version 3, it should be possible to implement
> SQLDescribeParam[2].
>
> Thus my question, is there any plans to support SQLDescribeParam (and
> friends) ?

You can call SQLDescribeParam() with the current driver when you
check the 7.4+ Protocol option and the Server side prepare option.

regards,
Hiroshi Inoue



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

Предыдущее
От: "Scott Kulik"
Дата:
Сообщение: Re: help compiling psqldobc-08.03.0400
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: is there a default client encoding?