Take the info from the user in the HTML page..
Get that info through  getparameter method. . .
substitute the values in ur SQL statement. .

u will et the output in the in result set through getString(). . .

what else u need. .

Imtiaz




----- Original Message -----
From: shivan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 22, 2000 2:29 AM
Subject: how to show report dynamically using servlet?


> Hi,
>
> I have an html form which asks the user some input
> data to be filled in.
> After the user submits the page, it should take those
> parametrs and invoke the SQL query based on those
> input parameters; similar to job search agent.
> Example: asking the user between which day/week/month
> jobs he/she wants to see, the skillset string it will
> take to compare, etc.
> please help.
>
> I am using a web application server which doesn't
> support JSP. I can use only servlets.
> Help appreciated.
>
> __________________________________________________
> Do You Yahoo!?
> Send online invitations with Yahoo! Invites.
> http://invites.yahoo.com
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to