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 -> How to setup an OValue with an Unicode string

How to setup an OValue with an Unicode string

From: soft <soft_at_xavier-langlois.com>
Date: 27 Jan 2005 02:22:04 -0800
Message-ID: <e7feb71c.0501270222.2c93f123@posting.google.com>


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 Received on Thu Jan 27 2005 - 04:22:04 CST

Original text of this message

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