Re: Bug report 2267: Accessing large objects via ODBC

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Gerhard(dot)Lutz(at)mbtech-group(dot)com
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Bug report 2267: Accessing large objects via ODBC
Date: 2006-02-27 13:24:31
Message-ID: 20060227132431.GA23449@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Gerhard.Lutz 2006-02-28 14:52:10 Re: Bug report 2267: Accessing large objects via ODBC
Previous Message Gerhard.Lutz 2006-02-27 12:55:05 Bug report 2267: Accessing large objects via ODBC