The standard way for Java to connect to any database is with JDBC (Java
DataBase Connectivity).  If your unfamiliar with JDBC, Sun's website has a
very good tutorial on how to use it:
http://www.java.sun.com/docs/books/tutorial/jdbc/index.html

Sun's homepage on JDBC is located here:
http://www.java.sun.com/products/jdbc/index.html

You will also need to download and install the approriate JDBC driver from
Oracle.  The place where I go to do this is from Oracle's Technology
network:
http://technet.oracle.com/

You'll have to register to use this site, but the registration is free.
Once you've registered, you should see a link on the left hand side called
'Software'.  Clicking on this link will bring up another page asking you to
either download a product or a utility/driver.
Lots of other Oracle related stuff is here also, including plenty of
documentation on how to use there JDBC drivers and known limitations of
their uses.

Other places to possibly look at can be find at the bottom of each email
that gets posted to this list.  I've found these links to be very helpful,
and the odds are very good that whatever questioned you've asked has already
been asked and answered somewhere on these lists.

Good luck.

-----Original Message-----
From: Walter Priesnitz Filho [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 9:43 AM
To:
Subject: JSP + ResultSets


Hi all,
I need help with an apllication.
I need make a query in an Oracle Table and put the result in a html table.
How can I pass the resultset from Oracle to JSP?
Does anybody help-me???

Thanks
-----------------------------------------
Walter Priesnitz Filho
Mestrando em Ciencia da Computacao
[EMAIL PROTECTED] | [EMAIL PROTECTED]
http://www.inf.ufsc.br/~walterp
-----------------------------------------

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to