Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Can't display chinese character
Dear all,
I insert chinese character into a database and display them back.Insert
statment is no problem. But when I display it back, the information
can't display properly. Does anyone know how to solve it?
The procedures as follows:
SQL> create table testing(Name varchar2(20), A char(20));
ªí®æ¤w³Q«Ø¥ß
SQL> desc testing;
¦WºÙ ªÅÈ? «¬ºA ----------------------------------------- -------- -------------------- - NAME VARCHAR2(20) A CHAR(20)
SQL> insert into testing values('¤H¤H' , '¤Q¤Q');
«Ø¥ß¤F 1 ¦C SQL> select * from testing;
NAME
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Nov 30 2000 - 19:24:03 CST
![]() |
![]() |