Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> ODBC and Unicode
Hi
I have a database on Oracle 10g using AL32UTF8 character set. The NLS_LANG is also set to this character set.
The database contains data with cyrillic characters.
I am accessing my database in C++ through ODBC. There is no problem to get the correct string that contains these cyrillic characters.
However, when reusing without modification these cyrillic characters within a query through a where clause passed through SQLExecute, it doesn't return anything.
How can I fix this problem?
Do you I need somehow to say that the query contains AL32UTF8
characters?
I have checked the ODBC driver, but I haven't seem anything relevant.
Alain
![]() |
![]() |