Re: Information on JDBC driver src code, please help - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Information on JDBC driver src code, please help
Date
Msg-id Pine.BSO.4.63.0606050020470.11123@leary2.csoft.net
Whole thread Raw
In response to Information on JDBC driver src code, please help  ("Gulshan Babajee" <gulshan.babajee@parabolemaurice.com>)
List pgsql-jdbc

On Mon, 5 Jun 2006, Gulshan Babajee wrote:

> am actually using postgres8.1.4 and JDBC driver 8.1-4.0.7. With this am
> having a problem with database encoding. I've created a db with encoding
> LATIN1 and having problem when inserting for example the euro character
> '�' in my db

LATIN1 does not support the Euro.  Try LATIN9.  You do not need to adjust
the client_encoding, only the server encoding.

Kris Jurka

pgsql-jdbc by date:

Previous
From: "Gulshan Babajee"
Date:
Subject: Information on JDBC driver src code, please help
Next
From: "Rodrigo Willian Bonatto"
Date:
Subject: PGJDBC 8 transaction problem