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 -> QUE: Getting NVARCHAR data with Oraperl

QUE: Getting NVARCHAR data with Oraperl

From: Mihalis Tsoukalos <mike_at_tech.eurodyn.com.gr>
Date: 1998/07/17
Message-ID: <35AF4F31.5A131DB5@tech.eurodyn.com.gr>#1/1

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

Original text of this message

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