Re: blob setBinaryStream

From: Rene Pijlman <rene(at)lab(dot)applinet(dot)nl>
To: Matt Fair <matt(at)netasol(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: blob setBinaryStream
Date: 2001-09-24 15:21:23
Message-ID: 5ljuqtkjt8cr3kntr9qm4jqrvilvi83ut5@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 24 Sep 2001 09:46:49 -0500, you wrote:
> PreparedStatement ps = con.prepareStatement("update=
>userpreferences set image='?' and time=? where user='?'");

I guess the single quotes around the question mark placeholder
are the cause of your problem.

Regards,
René Pijlman <rene(at)lab(dot)applinet(dot)nl>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Antonio Fiol Bonnín 2001-09-24 15:43:00 Re: getObject()
Previous Message Matt Fair 2001-09-24 14:58:09 Re: blob setBinaryStream