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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to setup an OValue with an Unicode string

Re: How to setup an OValue with an Unicode string

From: tojo <tojo_at_hotmail.com>
Date: Thu, 27 Jan 2005 22:48:14 +0100
Message-ID: <MPG.1c63800bb334c87d989681@news.t-online.de>


In article <e7feb71c.0501270222.2c93f123_at_posting.google.com>, soft_at_xavier-langlois.com says...
> I'm working in Visual C++ 6 with Oracle Objects for OLE C++ Class Library
> Release 9.2
>
> I have a sample unicode string
>
> wchar_t wide[3]={ 0x0061, 0x8161, 0 }; // wchar_t defined as unsigned short
>
> How I copy these string to an OValue ?
> I try every SetValue form without success
>
> More generally where I can find sample about Unicode string management in Oracle 9 ?
>
> Best regards
>

Are you using DBTYPE_WSTR?

Received on Thu Jan 27 2005 - 15:48:14 CST

Original text of this message

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