| From: | Matt Fair <matt(at)netasol(dot)com> |
|---|---|
| To: | Joachim Achtzehnter <joachim(at)kraut(dot)bc(dot)ca> |
| Cc: | pgsql-interfaces(at)postgresql(dot)org |
| Subject: | Re: Connection.setBytes() |
| Date: | 2000-07-18 19:02:46 |
| Message-ID: | 3974A9D5.DDA1509B@netasol.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces pgsql-novice |
Yes, I used
con.setAutoCommit(false);
Joachim Achtzehnter wrote:
> 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | ChristophSchmidt | 2000-07-18 19:06:06 | Re: [INTERFACES] Connection.setBytes() |
| Previous Message | Joseph Shraibman | 2000-07-18 19:00:35 | Re: jdbc how to get SERIAL |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | ChristophSchmidt | 2000-07-18 19:06:06 | Re: [INTERFACES] Connection.setBytes() |
| Previous Message | Joachim Achtzehnter | 2000-07-18 18:54:37 | Re: Connection.setBytes() |