Passing numeric Bind variables to ODBC driver convers to "Double precision" - Mailing list pgsql-odbc

From Barry Bell
Subject Passing numeric Bind variables to ODBC driver convers to "Double precision"
Date
Msg-id 542B943ED5D72E408BF9CBBD61ABC94D52D10C5C@VA3DIAXVSC31.RED001.local
Whole thread Raw
Responses Re: Passing numeric Bind variables to ODBC driver convers to "Double precision"  (Hiroshi Inoue <inoue@tpf.co.jp>)
List pgsql-odbc
 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(or numeric)

 Is there a setting on the ODBC driver for incoming vairables?


pgsql-odbc by date:

Previous
From: Jack Wilson
Date:
Subject: Re: Very basic question from a beginner
Next
From: Alexandre - Aldeia Digital
Date:
Subject: Re: Problem with Use Declare/Fetch