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

Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL, Oracle Web App Server - HELP!

Re: PL/SQL, Oracle Web App Server - HELP!

From: Prasad Chavali <pchavali_at_assettech.com>
Date: Fri, 21 Aug 1998 14:29:23 -0700
Message-ID: <6rkolf$q5j$1@nnrp03.primenet.com>


You need to include a single quote for the variable with spaces.

For eg:

 Url?var1='abc 123'&var2=nothing will work.

HTH
Prasad Chavali
Russell Fray wrote in message <35dd731b.863705310_at_news.u-net.com>...
>
>I need to pass some variables in to a procedure from a URL.
>
>I am using Send variable
>
>This works fine, unless I have spaces within the variable. Ie, if I
>want to send 'abc 123' I get the error 'invalid syntax'. If I use
>'abc123' it works fine.
>
>How can I send spaces??
>
>If I use a GET form, it works fine, but I need to be able to use URL
>line variables.
>
>Please cc replies to russ_at_u-net.net
>
>Thanks,
>Russ.
>
Received on Fri Aug 21 1998 - 16:29:23 CDT

Original text of this message

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