No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi all .. this jsp code when we use database access, to get the information by entering the price , my problem is that now iam using oracle as database and i dont know what are the changes that can be made here only ofcorse the path of database this … | |
Re: this how the way .. C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\ROOT then put ur files u want .. but if u want to put it in folder u need to put the web-inf inside this folder ,, u will find this web-inf in the root folder just copy and paste it … | |
Re: this is the code ... it checks whether the id exist or no !! .. when the person insert .. <%@ page language="java" import="java.sql.*" errorPage="" %> <%! String sqlStat; Connection conn; Statement stmt; int prodno, price; String prodname, ptype; %> <% try { prodno = Integer.parseInt(request.getParameter("prodno")); prodname = request.getParameter("prodname"); ptype … |
The End.