I need to include in my sql statement
some parameters from request object
and also from my java code.

Example:

"select * from users where userid = <requerst:get-paramtere/>"

How about PreparedStatement?

"select * from users where userid = ?"

Can I use it somehow?

Thank again for your help.
Oskar Werewka.



-- 

Kamera wideo Sony, 5000 zl
wygraj w konkursie eMarketu i Onet.pl [ http://konkursy.onet.pl/emarket ]


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

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

Reply via email to