Re: Bug report 2267: Accessing large objects via ODBC

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Re: Bug report 2267: Accessing large objects via ODBC
Дата
Msg-id 20060227132431.GA23449@soptik.pzkagis.cz
обсуждение исходный текст
Ответ на Bug report 2267: Accessing large objects via ODBC  (Gerhard.Lutz@mbtech-group.com)
Ответы Re: Bug report 2267: Accessing large objects via ODBC  (Gerhard.Lutz@mbtech-group.com)
Список pgsql-odbc
> WHERE id=6", SQL_NTS);
> ::SQLFetch(m_hStmt);
> ::SQLGetData(m_hStmt, nCol, SQL_C_BINARY, pBuffer, nPacketSize,
> &sdODataLength);
>
> I get the error message
>
> "Received an unsupported type from Postgres. (14)"
>
> In PostgreSQL 8.0.4 this worked without a problem.
> In 8.1.3 I can also see in pgAdmin III that there are no functions
> lo_in(lo) and lo_out(lo) in the tree.
>
> Perhaps this is an installation bug in 8.1.3?
> Has anybody got an idea?

I see no psqlODBC version in your report.
How did you create the lo type? Did you follow psqlODBC FAQ?

Regards,

Luf

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

Предыдущее
От: Gerhard.Lutz@mbtech-group.com
Дата:
Сообщение: Bug report 2267: Accessing large objects via ODBC
Следующее
От: Gerhard.Lutz@mbtech-group.com
Дата:
Сообщение: Re: Bug report 2267: Accessing large objects via ODBC