[Pgsql-ayuda] Postgresql 7.3.1 JDBC y acentos

From: "Jorge Herrera K(dot)" <jandres(at)3net(dot)cl>
To: <pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx>
Subject: [Pgsql-ayuda] Postgresql 7.3.1 JDBC y acentos
Date: 2003-05-04 05:07:50
Message-ID: 001b01c311fb$1d3b60c0$0201a8c0@TRANTOR
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola:
buscando información sobre postgresql di con esta lista de ayuda en
español.
No he logrado utilizar el driver JDBC pues falla al traer los campos con
acentos.
El error es
"Invalid character data was found. This is most likely caused by stored
data containing characters that are invalid for the character set the
database was created in. The most common example of this is storing 8bit
data in a SQL_ASCII database."

Los datos son recuperados sin problemas via ODBC y también con JDBC-ODBC.
El encoding de la base es SQL_ASCII, pero he probado crear la base con otros
encoding y tampoco me ha dado resultado.
He visto en los news problemas similares, sin ninguna respuesta concreta.
¿es problema de jdbc?

Saludos,
Jorge

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message nahum castro 2003-05-04 18:30:33 Re: [Pgsql-ayuda] Postgresql 7.3.1 JDBC y acentos
Previous Message nahum castro 2003-05-03 15:30:40 Re: [Pgsql-ayuda] Abrir Puerto 5432 para ver servicio POSTGRESQL