Re: PG 8 INOUT parameters & ADO

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: PG 8 INOUT parameters & ADO
Дата
Msg-id 4451D747.2060504@tpf.co.jp
обсуждение исходный текст
Ответ на Re: PG 8 INOUT parameters & ADO  ("Philippe Lang" <philippe.lang@attiksystem.ch>)
Список pgsql-odbc
Philippe Lang wrote:
> Hi,
>
> Sorry to ask this question again, but is there a chance ADO
> "oCommand.Parameters.Refresh" could get the parameters names configured in
> Postgresql? The idea is to be able to do something like:
>
> oCommand.Parameters.Refresh
> oCommand.Parameters("a").Value = a
> oCommand.Parameters("b").Value =
>
> Instead of
>
> oCommand.Parameters.Refresh
> oCommand.Parameters(0).Value = a
> oCommand.Parameters(1).Value = b

Could you try the latest dll at
   http://www.geocities.jp/inocchichichi/psqlodbc/index.html ?

regards,
Hiroshi Inoue

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

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000519 ] Does not pick up default username
Следующее
От: "Dave Page"
Дата:
Сообщение: Development Snapshot 08.02.0002 released