ODBC : SQLGetData question

Поиск
Список
Период
Сортировка
От Dev Kumkar
Тема ODBC : SQLGetData question
Дата
Msg-id CALSLE1P5zWBBckGQaOKQzcN-jkR_nn5PSno_b-iRS6cR4H=uvA@mail.gmail.com
обсуждение исходный текст
Ответы Re: ODBC : SQLGetData question
Список pgsql-odbc
Hi,

I have a question regarding ODBC call SQLGetData.

SQLGetData(my_stmt, my_col_no, SQL_C_CHAR, &my_max_len, 0, &my_buff_len)

In case the column value is 'PG' then the value of my_buff_length gets populated as 2 which is the expected value but in the call above in case the table's column has value NULL then value of my_buff_len gets populated as 4294967295 which is 4GB,
instead shouldn't my_buff_len get populated as SQL_NULL_DATA?

Postgres ODBC Driver version - 9.2.1
Platform - RHEL 5

Regards..

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: psqlODBC text length with no records
Следующее
От: aihtdikh
Дата:
Сообщение: Re: ODBC : SQLGetData question