Re: ODBC int2 parameters to pg function

From: "Gary Doades" <gpd(at)gpdnet(dot)co(dot)uk>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC int2 parameters to pg function
Date: 2004-03-14 18:32:53
Message-ID: 4054A555.1760.4D76A1B@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thanks Tom,

I did actually put the parameter binding examples in my original post,
but as they are in .NET speak it may not have been obvious.

I guess I should try to get this on the "things to do with the ODBC"
driver list. I should be able to look at the code myself, but I will have to
remember how to speak C.

Thanks again,
Gary.

On 14 Mar 2004 at 13:24, Tom Lane wrote:

> "Gary Doades" <gpd(at)gpdnet(dot)co(dot)uk> writes:
> > AFAICS it is only int2 types that are not typecast. All other
> > datatypes (except string and int4 which don't need it) are typecast
> > explicitly by the driver before being passed to the server.
>
> I see. AFAIR you hadn't mentioned that you were declaring the parameter
> as smallint to ODBC. I tend to agree that a cast should be added in
> that case. It's not my code though ...
>
> regards, tom lane

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Steve Jorgensen 2004-03-16 01:18:42 Some problems with Access and ODBC to PostgreSQL
Previous Message Tom Lane 2004-03-14 18:24:51 Re: ODBC int2 parameters to pg function