hey....I have a question...this seems such a trivial question but please help me...I'm trying to use a java variable ex:-
int x=request.getParameter(ID) and then use it in an sql query,like,
select name,date,tel_no from items where ID=x
it doesn't work...im very new to sql and jsp...so please help me get around this..thanks in advance :) (I'm using jsp pages in netbeans)