Re: Very strange Error in Updates - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Very strange Error in Updates
Date
Msg-id Pine.BSO.4.56.0407150223460.6132@leary.csoft.net
Whole thread Raw
In response to Re: Very strange Error in Updates  (Dario Fassi <software@sistemat.com.ar>)
List pgsql-jdbc

On Thu, 15 Jul 2004, Dario Fassi wrote:

> But you can explain why the *exactly* sames values can be inserted  and
> not updated ?

I don't belive this.

> And why via ODBC ,  the same statements with the same servers and with
> the same Dbs , run without problem ?

The ODBC driver doesn't have any encoding knowledge and it just passes
bytes around.  As mentioned the JDBC does a transformation to UTF-8 which
makes the incorrect database encoding apparent.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Dario Fassi
Date:
Subject: Re: Very strange Error in Updates
Next
From: Kris Jurka
Date:
Subject: Re: SSL Problem