Re: Outputting ' using WOW

From: Gnomic <Gnomic_at_swbell.net>
Date: 1998/01/21
Message-ID: <01bd262a$385023e0$0b16c1cf_at_default>#1/1


try somthing like this:

dbms_output.put_line('select ' || chr(39) || 'hello world' || chr(39));

the chr function can make it a little clearer about what you are trying to do. I'm not shue that the 39 value is correct, but you can look that up.

Greg Hanstedt <greg.hanstedt_at_mail.mei.com> wrote in article <34bfe18a.0_at_news.mei.com>...
> I need to output the following line using PL/SQL through WOW (Web Oracle
> Web):
>
> onChange="create_description (elements['noun'], elements['adjective1'],
> elements['adjective2']);"
Received on Wed Jan 21 1998 - 00:00:00 CET

Original text of this message