Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jsp database access 1

Status
Not open for further replies.

nycdata

Programmer
Jun 28, 2004
26
US
guys..im new to jsp...can anyone gimme a little code on how to access an oracle database using jsp and sql to retreive search results?
 

Thanks. That helps.:)

Also, do you know how to run it with a button? like an onclick? or something?

I'm working with websphere.

Also, i'll post the same on the sun java forum too.

Thanks alot!
 
something like:
Code:
<FORM ACTION="your_url.jsp" METHOD=GET>
  <INPUT TYPE=submit NAME=myButton VALUE="Try It">
</FORM>

cheers,
dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top