Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Unicode on Oracle
I have a database which is configured to use Unicode everywhere. Is there a
way to pass Unicode strings to Oracle via OCI? How about getting Unicode
strings back out using OCI?
Currently, when I pass a wchar_t array to the database (bound as SQLT_AFC) and then look in the database, I see a string like this "s t r i n g ". However, when I insert a string directly via SQL*Plus, I get the expected "string". Is there perhaps an SQLT constant that I can specify in my bind call to indicate that I am passing Unicode data?
Thanks,
Erik
Received on Mon Aug 03 1998 - 20:52:24 CDT
![]() |
![]() |