JDBC x accent queries

From: "Pedro Igor Craveiro e Silva" <pedroigor(at)aip(dot)com(dot)br>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: JDBC x accent queries
Date: 2003-04-14 17:30:53
Message-ID: 005a01c302ab$9a03cf70$0b00010a@dev01
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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 ??

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Daniel Serodio 2003-04-14 17:45:45 Re: JDBC x accent queries
Previous Message Tom Lane 2003-04-14 17:00:55 Re: [GENERAL] Problem about pgsql's column alias