Sep 11, 2004 #1 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?
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?
Sep 11, 2004 1 #2 DanJR Technical User Oct 29, 2002 392 AU wrong forum, try the Java(Sun) forum. their should be an oracle jdbc driver available. If you have this, then the following link gives an example: http://www.exzilla.net/docs/tomcat/simple_jsp_01.jsp cheers, dan Upvote 0 Downvote
wrong forum, try the Java(Sun) forum. their should be an oracle jdbc driver available. If you have this, then the following link gives an example: http://www.exzilla.net/docs/tomcat/simple_jsp_01.jsp cheers, dan
Sep 12, 2004 Thread starter #3 nycdata Programmer Jun 28, 2004 26 US 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! Upvote 0 Downvote
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!
Sep 12, 2004 #4 DanJR Technical User Oct 29, 2002 392 AU something like: Code: <FORM ACTION="your_url.jsp" METHOD=GET> <INPUT TYPE=submit NAME=myButton VALUE="Try It"> </FORM> cheers, dan Upvote 0 Downvote
something like: Code: <FORM ACTION="your_url.jsp" METHOD=GET> <INPUT TYPE=submit NAME=myButton VALUE="Try It"> </FORM> cheers, dan