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

2004-11-28 Thread Tom Lane
Jose Mendoza <[EMAIL PROTECTED]> 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).

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

2004-11-28 Thread Jose Mendoza
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