Re: Retrieving values of int8 numeric field using ODBC with LInux clients.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jose Mendoza <unixos(at)prodigy(dot)net(dot)mx>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Retrieving values of int8 numeric field using ODBC with LInux clients.
Date: 2004-11-28 21:05:49
Message-ID: 20162.1101675949@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jose Mendoza <unixos(at)prodigy(dot)net(dot)mx> writes:
> Using ODBC (unixODBC and iODBC) it is not possible to retrieve or insert
> values from fields with a data type of int8 (int64_t in the gcc compiler)

Try asking about that on the pgsql-odbc list (and provide more detail
of what's not working).

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shachar Shemesh 2004-11-28 21:31:29 sequencing two tables
Previous Message Tom Lane 2004-11-28 21:04:08 Re: Postgresql function in C++