Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL, Oracle Web App Server - HELP!
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
![]() |
![]() |