Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> QUE: Getting NVARCHAR data with Oraperl
Hi to everyone.
I have a question to make to all of you. If you can, please help.
I am using Oraperl to access an Oracle 8.0.4 database on a Solaris
machine.
I want to get NVARCHAR data [unicode data] using the following way:
while ( ($var1,$var2,$var3) = &ora_fetch($csr) )
{
# $var2 contains the NVARCHAR data
# print them on screen
}
The problem is that $var2 variable prints on screen question marks [?] instead of a letter.
If anyone knows the answer please tell me what to do.
many thanks in advance,
mihalis.
PS. Please cc the answer to my email address as well, because the news server does not work all the time. Received on Fri Jul 17 1998 - 00:00:00 CDT
![]() |
![]() |