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 -> Accessing variables in select...

Accessing variables in select...

From: Armando Aguirre Schlick <lxa_at_inf.utfsm.cl>
Date: 1998/02/03
Message-ID: <6b77t3$a1e$1@manutara.inf.utfsm.cl>#1/1

        I'm working in a Oracle WebServer and in a page I have a select object with MULTIPLE option... How can I catch the values of the variable??

	I try to look for something in the URL, but it looks like that:
	http://my_server/my_DCD/owa/procedure?var1=value1&var1=value2&var1=vlue5
	
	I print the value of var1 but just print "value1".
	I declared the procedure "procedure" as 'procedure ( var1 IN VARCHAR2)'.
	Is it the problem the type of the var1??
	
	Thanx, and please excuse me for my bad english.
-- 
Armando Aguirre Schlick				mailto:lxa_at_inf.utfsm.cl
Estudiante De Ingenieria Civil en Informatica Universidad Tecnica Federico Santa Maria http://www.inf.utfsm.cl/~lxa Received on Tue Feb 03 1998 - 00:00:00 CST

Original text of this message

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