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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to pass string with a ' to PL/SQL

RE: How to pass string with a ' to PL/SQL

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Wed, 11 Jun 2003 05:09:22 -0700
Message-ID: <F001.005AEF57.20030611044421@fatcity.com>

Exactly ...

Raj



Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. QOTD: Any clod can have facts, having an opinion is an art !

-----Original Message-----
From: Jacques Kilchoer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 10, 2003 7:40 PM
To: Multiple recipients of list ORACLE-L Subject: RE: How to pass string with a ' to PL/SQL

Sorry about that. Looking at your example more closely it seems like you may be doing it right.
In your package body I see this:
   IF ( in_whereclause IS NOT NULL ) THEN
      v_sqlbeg := v_sqlbeg || in_orderbyclause ||' ';
   END IF;
shouldn't that be "in_whereclause" in the second line?

*********************************************************************This e-mail 
message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank
you.*********************************************************************1
Received on Wed Jun 11 2003 - 07:09:22 CDT

Original text of this message

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