Re: Connection.setBytes()

Поиск
Список
Период
Сортировка
От ChristophSchmidt
Тема Re: Connection.setBytes()
Дата
Msg-id 00071821334800.00719@nasen2
обсуждение исходный текст
Ответ на Re: Connection.setBytes()  (Joachim Achtzehnter <joachim@kraut.bc.ca>)
Ответы Re: Connection.setBytes()  (Joachim Achtzehnter <joachim@kraut.bc.ca>)
Список pgsql-interfaces
Am Die, 18 Jul 2000 schrieben Sie:
> On Tue, 18 Jul 2000, Matt Fair wrote:
> >
> > I want to set an array of bytes to a prepared statement, but it throws a
> > null pointer exception.
> 
> Did you turn off autocommit? BLOB code must run in the context of a
> transaction. I believe autocommit defaults to true, so you must explicitly
> set it to false and call commit at the end of your transactions.
> 
> Joachim

Hi, 
where is the point to turn autocommit off ? 
(how do you turn it off )
I am new to PREPARED STATEMENT...
Where can i find the documentation ? 
How much more efficient is it ?
Is it similar to stored procedures/functions ? 

cs


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

Предыдущее
От: Matt Fair
Дата:
Сообщение: Re: Connection.setBytes()
Следующее
От: Joachim Achtzehnter
Дата:
Сообщение: Re: Connection.setBytes()