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 -> Re: ODBC and Unicode

Re: ODBC and Unicode

From: Alain Migeon <migeon.alain_at_tdcspace.dk>
Date: Tue, 9 Jan 2007 17:08:48 +0100
Message-ID: <MPG.200ddc7af6f185d9896d7@news.free.fr>


In article <MPG.200d775ab7521379896d6_at_news.free.fr>, migeon.alain_at_tdcspace.dk says...
>
> The query is still in UTF-8 at the time I call the SQLExecDirect
> function. So something is happening after, maybe in the ODBC layer. But
> I need to investigate.

In fact, I look in the Oracle ODBC driver help. There is an Unicode programming example.

To resume the steps :

then continue with normal process, like SQLFetch if the query is a select.

I don't know if there are any other ways, but this one works fine for me.

By the way, I tried to copy / paste some Unicode characters in SQL*Plus, and there were all replaced by ?. That let me think that it is not allowed at that time to place directly any Unicode characters in a SQL query.

Alain

>
> _________________________________________________
> Alain Migeon
> Please reverse alain and migeon for replying.
>

-- 
_________________________________________________
Alain Migeon
Please reverse alain and migeon for replying.
Received on Tue Jan 09 2007 - 10:08:48 CST

Original text of this message

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