Re: SQLColAttributes and SQL_DESC_NULLABLE

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Re: SQLColAttributes and SQL_DESC_NULLABLE
Дата
Msg-id 20051206225517.GA26095@soptik.pzkagis.cz
обсуждение исходный текст
Ответ на SQLColAttributes and SQL_DESC_NULLABLE  (Robert Jireš <robert.jires@centrum.cz>)
Список pgsql-odbc
> It seems that for SQLColAttributes to return something else than
> SQL_NULLABLE, "Parse Statements" option MUST be turned on. Am i right?
> For some reason stmt->manual_result  is true, which causes that the
> statement is not parsed. What does this stmt->manual_result  mean?

I attach patch which solve this problem. Thanks to Robert to point
it and find the solution.

I don't know if it works with declare/fetch or server side prepare
(maybe other options could break it too). Please is there someone
who can test it? I can upload Windows DLL to test it if you want.

Thanks

Luf

Вложения

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

Предыдущее
От: Ludek Finstrle
Дата:
Сообщение: Re: ERROR - no error information available
Следующее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000412 ] Server Side Prepare doesn't work