Re: ODBC and Large Objects, FAQ not working

Поиск
Список
Период
Сортировка
От Christian Hang
Тема Re: ODBC and Large Objects, FAQ not working
Дата
Msg-id 199912080851.JAA10454@kawoserv.kawo2.rwth-aachen.de
обсуждение исходный текст
Ответ на ODBC and Large Objects, FAQ not working  ("Christian Hang" <christian.hang@gmx.de>)
Ответы Re: ODBC and Large Objects, FAQ not working  ("Hiroki Kataoka" <kataoka@interwiz.koganei.tokyo.jp>)
Список 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 по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: [INTERFACES] sql question
Следующее
От: Peter Mount
Дата:
Сообщение: Transactions in 7.0 (was RE: [INTERFACES] Re: ODBC and Large Obje cts, FAQ not working)