Recent content by Sowmya Raj

  1. S

    Any Universities in Bangalore that provide Full time MBA after Correspondence BCA?

    Please let me know..Its very Urgent.
  2. S

    Is my while loop correct? I'm using jsp with html for a project. Not able to

    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"/> <% }...
  3. S

    How to connect my html project(javascript & jsp) to oracle database?Should I Use IIS

    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...
Back
Top