Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to setup an OValue with an Unicode string
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?