Re: Bug report: x64 Row status Array uses wrong data type

Поиск
Список
Период
Сортировка
От Clemens Ladisch
Тема Re: Bug report: x64 Row status Array uses wrong data type
Дата
Msg-id fcd5a023-3fe0-8ea7-a955-6ac630a4e517@ladisch.de
обсуждение исходный текст
Ответ на Re: Bug report: x64 Row status Array uses wrong data type  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
Список pgsql-odbc
Jari Siikarla wrote:
> The array returned from fetch for row statuses uses 16 bit values
> instead of 64 bit values.

https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlsetstmtattr-function
says:
| SQL_ATTR_ROW_STATUS_PTR
|   An SQLUSMALLINT * value that points to an array of SQLUSMALLINT
|   values containing row status values after a call to SQLFetch or
|   SQLFetchScroll.

> Client is set ODBC version 2

SQL_ATTR_ROW_STATUS_PTR was introduced in ODBC 3.0.


Regards,
Clemens


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

Предыдущее
От: "Inoue, Hiroshi"
Дата:
Сообщение: Re: Bug report: x64 Row status Array uses wrong data type
Следующее
От: Maxim Zakharov
Дата:
Сообщение: Build with Oracle Solaris Studio