thanks a lot pranav. Now i need to use oracle stored procedure that can
return resultset. How can i access the rows within it??

regards
Mutahar

-----Original Message-----
From: pranav kumar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 27, 2000 10:28 PM
To: [EMAIL PROTECTED]
Subject: Re: DB Conn


HI,
      For this u have to import the java.sql.* API.
     Then first use the Class.forName() method for installing your driver
class file, then intialize a Connection object using
DrvierManager.getConnection() method. After this u can apply the commands of
JDBC API for getting the data from database.
      Now u can also do one thing that please make a Class for the DB
Connection and then import this class in your JSP page where you want.
I hope that it'll helpful for you.
PRanav
----- Original Message -----
From: Mutahar Qayum <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 27, 2000 10:15 PM
Subject: DB Conn


> What are the real steps in Making DB connection.
> And can i make some include file so that i can use it in many other pages?
>
> thnx
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> 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".
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".
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