Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> ODBC and Unicode

ODBC and Unicode

From: Alain Migeon <migeon.alain_at_tdcspace.dk>
Date: Fri, 5 Jan 2007 10:58:00 +0100
Message-ID: <MPG.20083f95d4ef0a789896d1@news.free.fr>


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



Alain Migeon
Please reverse alain and migeon for replying. Received on Fri Jan 05 2007 - 03:58:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US