Hi Sudhir,
What i am going to say will not be the exact solution but it will just show
you how to make use of JSP to best of its capability.
Try putting all your database related metods in a bean and use that bean ,
rather than putting everything in your JSP.
I have a very simple bean that we used to do all the Database related
activities. YOu may need to add some more functions which you may do .
If you need that bean, mail me separately.
Ritesh





"sudhir H.S." <[EMAIL PROTECTED]> on 05/05/2000 05:36:16 AM

Please respond to A mailing list about Java Server Pages specification and
      reference <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: Sinha Ritesh-SWD-ITIL-UB/Itilmail)

Subject:  JDBC 2.0 probleme in JSP with JWS




Hi
Please anyone give solution to my probleme as early as possoible


I am getting error in my JSP page by using JDBC2.0 methods like
Resultset.first(),Resultset.last();etc how to fix this bug .I am running
this
jsp file in Java Web Server 2.0 trial version copy.

and one more probleme for which I need solution urgent is

while(resultset.next())
{
statement.executeUpdate(query);
(I am unable to execute this above line with in the while loop of
the
result set using same statement object)

}



awaiting for the solution
with warm regards
Sudhir H.S


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

===========================================================================
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