Re: Information on JDBC driver src code, please help

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Information on JDBC driver src code, please help
Дата
Msg-id Pine.BSO.4.63.0606050020470.11123@leary2.csoft.net
обсуждение исходный текст
Ответ на Information on JDBC driver src code, please help  ("Gulshan Babajee" <gulshan.babajee@parabolemaurice.com>)
Список 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 по дате отправления:

Предыдущее
От: "Gulshan Babajee"
Дата:
Сообщение: Information on JDBC driver src code, please help
Следующее
От: "Rodrigo Willian Bonatto"
Дата:
Сообщение: PGJDBC 8 transaction problem