Re: PG 8 INOUT parameters & ADO

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Philippe Lang <philippe(dot)lang(at)attiksystem(dot)ch>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: PG 8 INOUT parameters & ADO
Date: 2006-04-28 08:50:15
Message-ID: 4451D747.2060504@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2006-04-28 08:58:40 Development Snapshot 08.02.0002 released
Previous Message noreply 2006-04-28 08:31:28 [ psqlodbc-Bugs-1000519 ] Does not pick up default username