Subject | Re: [ib-support] Unicode Column |
---|---|
Author | Diko Sastroprawiro |
Post date | 2002-12-25T23:44:10Z |
At 21:18 25/12/2002, you wrote:
the same step when create Database On line in my project and is
working well :(. Is maybe the connection between my java class and firebird
server ?
Btw...After this email, i have tested again on both server with my
application, the result is the same. So it definitely the connection between
my application and database. if i use application on line, is work at both
database.
Thanks Alot of
Diko
>At 01:49 25/12/2002 +0800, you wrote:It's not working for others characters, Only for above character. I have
>
> >>I want to ask about Unicode problem. I have created Database with
> >> Default
> >>Character UNICODE_FSS and table Vote :
> >>
> >>CREATE TABLE VOTE (
> >>Numb integer not null,
> >>Vote varchar(255)
> >>)
> >>
> >>then i am using jsp file as web to insert database :
> >>
> >>INSERT INTO VOTE (Numb, Vote) VALUES ( 1, ' spécifie' );
> >>
> >>Where in jsp file i have put charset=UTF-8.
> >>
> >>Then i open the table, it show value 1 and '??????" ..
>
> >try
> >INSERT INTO VOTE (Numb, Vote) VALUES ( 1, _UNICODE_FSS ' spécifie' );
>
> >heLen
the same step when create Database On line in my project and is
working well :(. Is maybe the connection between my java class and firebird
server ?
Btw...After this email, i have tested again on both server with my
application, the result is the same. So it definitely the connection between
my application and database. if i use application on line, is work at both
database.
Thanks Alot of
Diko