Re: ODBC and Large Objects, FAQ not working - Mailing list pgsql-interfaces

From Christian Hang
Subject Re: ODBC and Large Objects, FAQ not working
Date
Msg-id 199912080851.JAA10454@kawoserv.kawo2.rwth-aachen.de
Whole thread Raw
In response to ODBC and Large Objects, FAQ not working  ("Christian Hang" <christian.hang@gmx.de>)
Responses Re: ODBC and Large Objects, FAQ not working  ("Hiroki Kataoka" <kataoka@interwiz.koganei.tokyo.jp>)
List 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


pgsql-interfaces by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [INTERFACES] sql question
Next
From: Peter Mount
Date:
Subject: Transactions in 7.0 (was RE: [INTERFACES] Re: ODBC and Large Obje cts, FAQ not working)