Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Language Support

665706Oct 17 2008 — edited Jan 27 2009
Hi,

I am migrating my application from English to Azeri-Latin,
There are altogether 7 different characters in then in English.
Of which i am able to find support for 6.
The area of my concern is alphabet 'Ə'

The settings that i am using are as follows,
1) Advanced tab in Regional Setting of my Windows Server = Azeri-Latin
2) Database Server Characterset = AL32UTF8
3) Database Server NChar_Characterset = AL16UTF16
4) Oracle Client NLS_LANG = "TURKISH_TURKEY.WE8ISO8859P9"

My application is using two Major Technology, EJB(for Host Application Server) & Visual C++ & Visual Basics 6.0(for Branch Application Server)

Host is communicating with database through JDBC, whereas,
Branch is communicating with database through ODBC 10g driver.

Problem,
1) While retrieving and inserting data string through JDBC all the character of Azeri-Latin are supported, including 'Ə'
2) But in case of OBDC, while inserting and retreiving 'Ə' i get '?'


What specific setting should i do to support a Unicode Character 'Ə'



Thanks & Regards,
Pratik.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 24 2009
Added on Oct 17 2008
25 comments
6,135 views