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

Home -> Community -> Mailing Lists -> Oracle-L -> Passing the "&" in PL/SQL

Passing the "&" in PL/SQL

From: David Barbour <DBarbour_at_connectsouth.com>
Date: Fri, 21 Jul 2000 09:43:02 -0500
Message-Id: <10565.112650@fatcity.com>


Hello good people (a little flattery never hurts!) -

Has anybody found a way to pass a variable in a stored procedure that contains a " & " symbol without having to parse the data selected, search for the & , and actually build your variable?

I'm selecting business names into a variable. If the name is something like Father & Sons, I bomb out on calling the next screen. I've tried all kinds of combinations of single quotes and double quotes along with some suggestions of using the ! and @ signs. The suggestions get weirder as the day grows older. The day isn't the only thing growing older either.

Any help or suggestions would be appreciated.

David A. Barbour
Oracle DBA - ConnectSouth
512-681-9438
dbarbour_at_connectsouth.com Received on Fri Jul 21 2000 - 09:43:02 CDT

Original text of this message

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