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 -> Passing strings through ProC++

Passing strings through ProC++

From: <shuchi_at_my-deja.com>
Date: Mon, 28 Jun 1999 13:25:35 GMT
Message-ID: <7l7t45$gnf$1@nnrp1.deja.com>


I am facing problems with passing strings through Pro C++ code. The problems looks something like follows:- EXEC SQL BEGIN
strWX VARCHAR2 := '''X'',''Y'''
Package.Procedure1(strWX);
EXEC SQL END;
Please suggest whether strWX would be interpreted as ('X','Y') or not? In case putting strWX : = '''X'',''Y''' does not end up as 'X','Y' what else should I do?

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Mon Jun 28 1999 - 08:25:35 CDT

Original text of this message

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