JDBC x accent queries - Mailing list pgsql-jdbc

From Pedro Igor Craveiro e Silva
Subject JDBC x accent queries
Date
Msg-id 005a01c302ab$9a03cf70$0b00010a@dev01
Whole thread Raw
Responses Re: JDBC x accent queries
List 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 ??
 

pgsql-jdbc by date:

Previous
From: Peter Royal
Date:
Subject: Index metadata not sorted by ORDINAL_POSITION
Next
From: Daniel Serodio
Date:
Subject: Re: JDBC x accent queries