Re: JDBC x accent queries - Mailing list pgsql-jdbc

From Daniel Serodio
Subject Re: JDBC x accent queries
Date
Msg-id 1050342345.2277.9.camel@kelly.ckf
Whole thread Raw
In response to JDBC x accent queries  ("Pedro Igor Craveiro e Silva" <pedroigor@aip.com.br>)
List pgsql-jdbc
Did you create your database with LATIN1 encoding? Otherwise, no deal.

[]'s
Daniel Serodio

On Mon, 2003-04-14 at 14:30, Pedro Igor Craveiro e Silva wrote:
> Hi,
>
>    I´m trying to insert in a table with just one field.
>
>    CREATE TABLE test (
>         name varchar(50) not null
>     );
>
>    Now, i insert some values like : joao, joão, alberto.
>    How can i´m get the tuple joão using JDBC ??
>
--
Daniel Serodio
CheckForte  5582-6016


pgsql-jdbc by date:

Previous
From: "Pedro Igor Craveiro e Silva"
Date:
Subject: JDBC x accent queries
Next
From: "Cristina Surroca"
Date:
Subject: trying to connect gives :sun.io.CharToByteUTF-8 Exception