Обсуждение: JDBC x accent queries

Поиск
Список
Период
Сортировка

JDBC x accent queries

От
"Pedro Igor Craveiro e Silva"
Дата:
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 ??
 

Re: JDBC x accent queries

От
Daniel Serodio
Дата:
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