Re: BUG #6534: Passing numeric Bind variables to ODBC driver convers to "Double precision"

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: barry_bell(at)harte-hanks(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6534: Passing numeric Bind variables to ODBC driver convers to "Double precision"
Date: 2012-04-09 14:00:37
Message-ID: CA+Tgmoa9xDLmP-YSoEvDV8+7wuSncbs4Fm6_yoSoj1zFgCRD+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Mar 15, 2012 at 3:04 PM, <barry_bell(at)harte-hanks(dot)com> wrote:
> The following bug has been logged on the website:
>
> Bug reference:      6534
> Logged by:          Barry Bell
> Email address:      barry_bell(at)harte-hanks(dot)com
> PostgreSQL version: 9.1.2
> Operating system:   Windows Server 2003
> Description:
>
> Using the lastest of ODBC ANSI driver for
> windows 32bit ver 9.00.03
> Calling from MS VFP 9.0
>
> public nvar as interger
> nvar=1
> running the following sql:
> "( select function_pkg(?nvar) "
>
> The bind variable nvar will show in postgres as "Double Precision" format
> instead of integer.
>
> Is there a setting on the ODBC driver for incoming vairables?
> If not it is a buf.

Given the lack of any response here, I suggest reposting this to the
pgsql-odbc mailing list.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2012-04-09 14:01:37 Re: BUG #6542: installation error
Previous Message Robert Haas 2012-04-09 13:57:02 Re: BUG #6557: post gre sql odbc connection issue