Re: Help - lo_close: invalid large obj descriptor

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Help - lo_close: invalid large obj descriptor
Дата
Msg-id 20030828013137.GC16655@opencloud.com
обсуждение исходный текст
Ответ на Re: Help - lo_close: invalid large obj descriptor  (Barry Lind <blind@xythos.com>)
Ответы Re: Help - lo_close: invalid large obj descriptor
Re: Help - lo_close: invalid large obj descriptor
Список pgsql-jdbc
On Wed, Aug 27, 2003 at 12:36:24PM -0700, Barry Lind wrote:
> Toby,
>
> You need to have autocommit turned off in order to use large objects.
> If I add a call to setAutocommit(false) for the connection everything
> works fine.

Does this imply that setDefaultAutoCommit is broken, then?

> >            Jdbc3ConnectionPool source = new Jdbc3ConnectionPool();
> >            source.setServerName("ash");
> >            source.setDatabaseName("adserver");
> >            source.setUser("web");
> >            source.setPassword("web");
> >            source.setDefaultAutoCommit(false);

> >            conn = source.getConnection();
> >            System.out.println(conn.getAutoCommit());

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Johann Uhrmann
Дата:
Сообщение: Callbacks for NOTIFY
Следующее
От: wsmeyer@ibest.com.br
Дата:
Сообщение: Java not running under Linux