Re: Bug report 2267: Accessing large objects via ODBC - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: Bug report 2267: Accessing large objects via ODBC
Date
Msg-id 20060227132431.GA23449@soptik.pzkagis.cz
Whole thread Raw
In response to Bug report 2267: Accessing large objects via ODBC  (Gerhard.Lutz@mbtech-group.com)
Responses Re: Bug report 2267: Accessing large objects via ODBC
List 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 by date:

Previous
From: Gerhard.Lutz@mbtech-group.com
Date:
Subject: Bug report 2267: Accessing large objects via ODBC
Next
From: Gerhard.Lutz@mbtech-group.com
Date:
Subject: Re: Bug report 2267: Accessing large objects via ODBC