Re: Information on JDBC driver src code, please help

From: Kris Jurka <books(at)ejurka(dot)com>
To: Gulshan Babajee <gulshan(dot)babajee(at)parabolemaurice(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Information on JDBC driver src code, please help
Date: 2006-06-05 05:22:05
Message-ID: Pine.BSO.4.63.0606050020470.11123@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rodrigo Willian Bonatto 2006-06-05 13:01:40 PGJDBC 8 transaction problem
Previous Message Gulshan Babajee 2006-06-05 04:31:22 Information on JDBC driver src code, please help