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