|
|
|
|
|
|
|
|
|
|
|
Re: How to use unicode in Developer [message #131541 is a reply to message #131451] |
Mon, 08 August 2005 03:12   |
saqib81
Messages: 11 Registered: July 2005
|
Junior Member |
|
|
i checked the attached file and make my windows arabic enabled now the problem is how can i check my windows is accepting arabic i mean by typing in arabic or something else. ??????
Theo other prob. is the given picture is of windows XP i guess and i have windows 2000 professional edition. so it is different in setting regional setting in it but still i manage to get change regional setting but now how can i check the regional setting is set perfectly. plz help me ? thanx
|
|
|
|
|
|
|
|
Re: How to use unicode in Developer [message #132150 is a reply to message #132061] |
Thu, 11 August 2005 01:44   |
saqib81
Messages: 11 Registered: July 2005
|
Junior Member |
|
|
i have done it man done it
Yo man Yo
Thanks
Saqib
Now letme know buddy how can i store image in oracle
and lemme know from which country u r
Thank you
Thanx once again for ur cooperation
Wish u all the best
Saqib
|
|
|
|
|
Re: How to use unicode in Developer [message #282741 is a reply to message #131820] |
Fri, 23 November 2007 04:39  |
Sporadic
Messages: 17 Registered: January 2007 Location: Faisalabad
|
Junior Member |
 
|
|
saadatahmad wrote on Tue, 09 August 2005 20:48 | First of all Open SQL*Plus.
do something there like this:
SQL> conn scott/tiger
Connected.
SQL> CREATE TABLE testme
2 (ar VARCHAR2(32));
Table created.
SQL> INSERT INTO testme
2 VALUES('ÇäÊ');
1 row created.
SQL> COMMIT;
Commit complete.
SQL> SELECT * FROM testme;
AR
--------------------------------
ÇäÊ
SQL> DROP TABLE testme;
Table dropped.
I wrote arabic but this forum is not arabic enabled so it's not showing here. If you can write arabic here and then retrieve it you'r almost done.
If you see ?????? in your query result, then let me know.
Check this and then tell me if you can store arabic characters in your database or not.
Regards.
|
Saadat bhai, I have done all the above step,
I can save data in Oracle 8i through SQL PLUS in URDU/ARABIC, I can write data in Developer as well in Urdu/Arabic, but when I save it through form it saves ?????????? in DATABASE(backend) and also when i tried to retrieve data through forms or report it displayed ???????? and some time inverted ????????.
Please help me out, what should I do, My forms and database character set is AMERICAN_AMERICA.AR8MSWIN1256.
Please help
Regards
Faisal
[Updated on: Fri, 23 November 2007 04:43] Report message to a moderator
|
|
|