Re: ODBC and Large Objects, FAQ not working

From: "Christian Hang" <christian(dot)hang(at)gmx(dot)de>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: ODBC and Large Objects, FAQ not working
Date: 1999-12-08 08:47:05
Message-ID: 199912080851.JAA10454@kawoserv.kawo2.rwth-aachen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi,

> Reason of this problem is that PsqlODBC handles the large object without
> transaction. Since PostgreSQL 6.5, the large object must be handled in
> transaction.
>
> To solve, we should insert source code to begin transaction into PsqlODBC
> source before calling lo_create and lo_open functions. Also should commit
> transaction after calling lo_close too.
>
> Sorry, I have not tested this solution yet.
>

Is there a driver update in the near future planed, or can you give
me a hint, how I can manage this on my own? I have some
experiences with C, but how to update the current driver in
Windows with the new code is off my limits.

Thank,

Christian Hang

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 1999-12-08 08:58:01 Transactions in 7.0 (was RE: [INTERFACES] Re: ODBC and Large Obje cts, FAQ not working)
Previous Message Michael Meskes 1999-12-08 07:45:31 Re: [INTERFACES] sql question