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

Home -> Community -> Usenet -> c.d.o.misc -> Unicode on Oracle

Unicode on Oracle

From: Erik L. De Bonte <erik.debonte_at_won.net>
Date: Mon, 3 Aug 1998 18:52:24 -0700
Message-ID: <6q5q4d$fn3$1@plo.sierra.com>


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

Original text of this message

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