Hi All

I am struck up in processing a XSP page passing multiple selection as 
parameters through a query from a multiselect listbox. The listbox values 
are basically populated from
the oracle database table. But i don't know how to pass more than one 
selected value as parameter to the database to get an output as xml.

Currently the output what i get is based on the last value send as parameter.

For example this is the query i want to execute taking parameters as a1, 
b1, c1 from the list box.
select * from projects where userid in (a1, b1, c1)  - sql query used in Oracle

Kindly give us some soultions

Regards
Sreenivasan.







"Attitudes are much more important than aptitudes."
"Nothing is impossible for a willing heart"

Sreenivasan N.
Sony SARD
Ext 5816

Email. [EMAIL PROTECTED]
Per: [EMAIL PROTECTED]


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to