Re: BUG #3600: ODBC Driver not working with BIGINT

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: <pgsql-bugs(at)postgresql(dot)org>, "Phillip Carruthers" <pjc(at)seemoretechnologies(dot)com>
Subject: Re: BUG #3600: ODBC Driver not working with BIGINT
Date: 2007-09-05 01:52:36
Message-ID: 040701c7ef5f$6f34a080$c601a8c0@HP22720319231
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi.

Umm, I have not reproduced a problem...
Would you be shown the reproducible code?
and what Version of psqlODBC.?

Regards,
Hiroshi Saito

From: "Phillip Carruthers" <pjc(at)seemoretechnologies(dot)com>

>
> The following bug has been logged online:
>
> Bug reference: 3600
> Logged by: Phillip Carruthers
> Email address: pjc(at)seemoretechnologies(dot)com
> PostgreSQL version: 7.4.16
> Operating system: Redhat 4
> Description: ODBC Driver not working with BIGINT
> Details:
>
> When using SQLBindParameter with type BIGINT I get the following error;
>
> Unable to execute statement due to [unixODBC]Unrecognized C_parameter type
> in copy_statement_with_parameters; Unrecognized key passed to SQLGetInfo
>
> I get the same error on Redhat 5 with Postgres 8.1
>
> I do NOT get the error using Postres 8.2.4 on Windows.
>
> It seems that only the Windows ODBC driver is work for BIGINT.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message alex 2007-09-05 06:18:31 Missing pg_clog file / corrupt index / invalid page header
Previous Message Luiz K. Matsumura 2007-09-04 18:24:40 Re: BUG #3598: Strange behaviour of character columns in select with views