Re: Very strange Error in Updates

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: "Dario V(dot) Fassi" <software(at)sistemat(dot)com(dot)ar>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Very strange Error in Updates
Date: 2004-07-15 23:40:10
Message-ID: 40F715DA.3000102@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Dario V. Fassi wrote:

> One more question, using the PreparedStatement.setBytes() , can be done
> the treatment that ODBC does with that fields ?

I don't think setBytes() will work -- it deals with bytea fields which
have their own text representation for binary data ('\nnn' escapes)

-O

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-07-15 23:42:16 Re: Very strange Error in Updates
Previous Message Oliver Jowett 2004-07-15 23:36:15 Re: Very strange Error in Updates

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2004-07-15 23:42:16 Re: Very strange Error in Updates
Previous Message Oliver Jowett 2004-07-15 23:36:15 Re: Very strange Error in Updates