RE: Putting value ot a variable

2003-10-09 Thread rajendra . x . yadav
Hi Martin, This did not work: select * from emp_leaves where leave_id= This is the scenario: String s1 = request.getParamter("name"); I want to pass s1 into a SQL query which is like this: select * from emp_leaves where leave_id=? thanks -raj

Re: Putting value ot a variable

2003-10-09 Thread rajendra . x . yadav
Thanks Dima. I am stuck with another problem now. I have a variable in Java which i get from request. String s1 = request.getParamter("name"); I want to pass s1 into a SQL query which is like this: select * from emp_leaves where leave_id=? How do i put s1 into the tags? thanks -raj -

Putting value ot a variable

2003-10-09 Thread rajendra . x . yadav
Hi, I have something like this: select * from leaves_types How do I put the values into a variable and use it in the JSP page? thanks -raj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Test Mail

2003-10-08 Thread rajendra . x . yadav
Test Mail. thanks -raj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]