Re: RecordSets, getString and charSets

From: Rosa Maria Carro Salas <rosa(dot)carro(at)ii(dot)uam(dot)es>
To: pos2 <pgsql-novice(at)postgresql(dot)org>
Subject: Re: RecordSets, getString and charSets
Date: 2001-05-07 17:24:30
Message-ID: 3AF6DA4E.EF1734AF@ii.uam.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

Yes, I am.

Albert Reiner wrote:

> Are you sure your Java program is started with the same locale settings?
>
> On Thu, Jan 11, 2001 at 06:11:20PM +0100, Rosa Maria Carro Salas wrote:
> > Hello,
> >
> > I have a problem with recordsets and charsets.
> >
> > I have inserted some data into a postgresql database including spanish
> > characters. When I execute pgsql and I run some select queries, I get
> > the data in the right way, with the spanish characters I inserted.
> >
> > But when I execute the same queries from a Java program using a JDBC
> > connection, I obtain different (non-spanish) characters after calling
> > the getString method to get the data from the recordSet.
> >
> > I have tried different ways of getting the data from the recordSet, such
> > as inserting the data into a stream (calling the getAsciiStream,
> > getUnicodeStream and getBinaryStream methods) and converting the data
> > into bite[] and then to String, but the same happens.
> >
> > Does anybody knows what can I do to solve this problem?
> >
> > Thanks and regards,
> > Rosa M. Carro
> >
> >
>
> --
>
> --------------------------------------------------------------------------
> Albert Reiner <areiner(at)tph(dot)tuwien(dot)ac(dot)at>
> Deutsch * English * Esperanto * Latine
> --------------------------------------------------------------------------

--
Rosa Maria Carro Salas
E.T.S. Informatica (office B-318) e-mail: Rosa(dot)Carro(at)ii(dot)uam(dot)es
Universidad Autonoma de Madrid phone: +34 1 348 2276
Cantoblanco 28049, Madrid (Spain) fax: +34 1 348 2235

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joel Burton 2001-05-07 17:46:38 Re: Problems w. SERIAL
Previous Message Bruce Momjian 2001-05-07 17:19:49 Re: [GENERAL] Strange notices, should I worry?

Browse pgsql-novice by date

  From Date Subject
Next Message Hugh Williams 2001-05-07 23:08:17
Previous Message Michael R. Jinks 2001-05-07 16:38:40 Re: Install of postgresql