Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Preparing unicode SQL statements in OCI
The OCI 8i (8.1.5) documentation shows how bind unicode input
variables and define unicode output variables, but what if the SQL
statement itself is in unicode (for example, to access unicode column
names or table names, or to specify unicode character literals in the
WHERE and HAVING clauses)? Is there a way to prepare such a unicode
SQL statement? I would have expected a flag parameter to
OCIStmtPrepare() indicating unicode SQL text, but unfortunately it
doesn't seem to be that simple.
Michael Skarpelos Received on Mon Oct 15 2001 - 19:53:20 CDT
![]() |
![]() |