Обсуждение: Retrieving values of int8 numeric field using ODBC with LInux clients.

Поиск
Список
Период
Сортировка

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

От
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

 

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

От
Tom Lane
Дата:
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