move through records. can u help? This is my while loop... Please tell me if there is any error here.
while (rs.next())
{
if ((request.getParameter("txtname").equals(rs.getString("cname"))) && (request.getParameter("pwd").equals(rs.getString("cpwd"))))
{
%>
<jsp:forward page="home.html"/>
<%
}...
or tomcat?How to use it? My project is about online bookshop. I have dynamic pages for this. I need to connect to database for this and m using oracle. How to do this? I've no idea about how we're gonna do this. Really worried.Plz help me soon. Last day for submission is 30th march 2009..Thanks...