| From: | Daniel Serodio <daniel(at)checkforte(dot)com(dot)br> |
|---|---|
| To: | Pedro Igor Craveiro e Silva <pedroigor(at)aip(dot)com(dot)br> |
| Cc: | PostgreSQL JDBC List <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | Re: JDBC x accent queries |
| Date: | 2003-04-14 17:45:45 |
| Message-ID: | 1050342345.2277.9.camel@kelly.ckf |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Cristina Surroca | 2003-04-14 18:51:10 | trying to connect gives :sun.io.CharToByteUTF-8 Exception |
| Previous Message | Pedro Igor Craveiro e Silva | 2003-04-14 17:30:53 | JDBC x accent queries |