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

Started by Jose Mendozaover 21 years ago2 messagesgeneral
Jump to latest
#1Jose Mendoza
unixos@prodigy.net.mx

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)
when the operating system where the client is running is Linux. (Slackware
9.0, 9.1, 10.0 or RH 9.0).

Any suggestion?

Thanks

Jose Mendoza

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jose Mendoza (#1)
Re: Retrieving values of int8 numeric field using ODBC with LInux clients.

Jose Mendoza <unixos@prodigy.net.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