Re: Output parameters

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Bart Samwel <bart(at)samwel(dot)tk>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Output parameters
Date: 2006-05-17 12:46:00
Message-ID: 446B1B08.8020804@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Bart Samwel wrote:
> Hi there,
>
> I've got a situation with the experimental enhanced branch driver
> (version 7.03.02.66), PostgreSQL 8.1 backend. I'm executing a query
> such as:
>
> SELECT myproc(?,?,?,?,?,?,?)
>
> where a number of the parameters are output parameters. I've bound
> buffers to the output parameters, but when I read the values, they
> contain garbage (uninitialized data, to be precise -- 0xcdcdcdcd).

What kind of tool are you using and how do you execute the above example
concretely ?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2006-05-17 23:32:47 Re: Output parameters
Previous Message Bart Samwel 2006-05-17 08:46:07 Output parameters