- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 9
- Posts with Downvotes
- 9
- Downvoting Members
- 3
32 Posted Topics
Re: may be it will help u [CODE]Class.forName("com.mysql.jdbc.Driver").newInstance(); String sURL = "jdbc:mysql://localhost:3306/maxcaredb2011"; String sUserName = "root"; String sPwd = "password"; Connection con1 = DriverManager.getConnection(sURL, sUserName, sPwd); out.print("connection" + con1); //insert query Statement st=con1.createStatement(); int done=st.executeUpdate("insert into ................)") ; out.print("data is updated"); out.print("<br>Password is---" + upass); } catch(Exception e){ out.print("error is "+e.getMessage()); … | |
Hi !! I am having a technical problem to run the code of servlet ,jsp and jar file .can you plz tell me how to put these in diferent folder to execute it..plz plz plz tell em the folder arragement to execute j2ee project.. Plz help i need help... | |
how to upload multile file using enctype=multipart the form contains some basic txt inforamtion and 5 imge to upload to server .i am having problem ......give me some idea | |
Re: hi abhi dnt panic>> first design your project model and molude>> keep all dyanamic and static file in saparate folder like dirjsp for jsp file ..... for user>>create table with user and its role>> use session to validate shoping and account....... and please use stander structure and coing style since … | |
i have stuck in a small prob but this is big for me.... i need to upload emp image with emp imformation ...txtvalue should be saved in data base and image should be save in directory ....having path name in db. i dnt knw how to use enctype=mutlpart [code] <%@page … | |
how to catch mysql MysqlDataTruncation exception? | |
Re: use url rewriting ....to get usr form <a> tag | |
is there any way to find browser location based on city ,state or country....to switch home page accordingly | |
How to upload file to server ..when form has text field and file field.......... wht is role of form's enctype property..... i Know wht to upload file when enctype is multipart but when using thin i can not fied the value of requert.getParatner("text "); Need code | |
I m having a typically prob...i know how to upload image/file using <input type="file"> to this i set enctye="mulitpart" while using this when i need to add some text field to take data and image form user i can not retrieve text value on next page to save it in … | |
[code=jsp] st.executeUpdate("update submittable set status='yes' WHERE compid='"+<%=request.getParameter("id")%>+"'"); [/code] can u rectify it ..i am having problem to solve it its urgent | |
Re: just put code for insert flash object in out.print("like html code").....it works | |
I need to learn ajax can i have some material to learn...plz send me or give me useful link to download some materail | |
Re: I am using code to send email by jsp code but having Access Denied Exception like-- org.apache.jasper.JasperException: access denied (java.net.SocketPermission 74.125.67.109:25 connect,resolve) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372) Will you plz tell me how to solve this problem on socket level.. | |
i need to manage post query with images attachment for different-2 users ....so how can i manage it..... while upload any file i am having access denied error..plz tell me and send me specific link... | |
i am having error in following code else condition not working(insert other user) plz fix it and reply it [code="jsp"] <% String dcolpoid = "null"; try { Class.forName("com.mysql.jdbc.Driver").newInstance(); //182.50.131.83 182.50.131.34 String sURL = "jdbc:mysql://localhost:3306/maxcaredb2011"; String sUserName = "root"; String sPwd = "password"; Connection con1 = DriverManager.getConnection(sURL, sUserName, sPwd); out.print("connection" + … | |
Does anyone know how to use "relay-hosting.secureserver.net" to send mail using jsp code .....for godaddy............ I m having access denied error on port 25...so they suggest me to use relay-hosting.secureserver.net .........i dont know how to use it to send mail..plz tell me any thing about it and send me code … | |
i have sms gateway but i dont know how to implement it. i have a usr path which i have to pass from browser without seeing to user..can u send me code and tell me how to implement and solve this problem | |
i need code to send email to my user to send then username and password... plz help me i am using bean ..but i want a jsp code to send email | |
how to find tomcat server log for godaddy.com plz tell me how to run server at godaddy.com...plz | |
i need code to use my webcam for video chat ??plz help me ..and give me some idea | |
i need to develop a search query for city portal ..select * from ....takes lot for time is there any good query to get fast retrieval form database??????? plz reply its urgent | |
i need to manage a gallery with can be managed by cpanel ...using database.plz help | |
i am having access denied error while uploading resume to server ?now wht to do ... i am sending u code .is there any requiremet to add jar file and where to put it in web directoty .ex.u can see [url]www.reeenovo.com/index.jsp[/url] plz help me..regarding the same | |
hey friends how are you?I need to develop a web consumer forum,will u please tell me how can i develop it using j2ee??? | |
Re: [QUOTE=sasi_88;1464426]<a href="d:\jsp.pdf">view</a> this is not working but jsp.pdf is within the web application ( href="jsp.pdf" ) is fine. The problem is when i run the program the url is always start with http:\localhost\ so if i give ( href="d:\jsp.pdf") like this the url is http:\localhost\d:\jsp.pdf how to resolve this please … | |
can you plz tell me how to manage news panel ...daily managed by admin..plz send me attachmnet to <EMAIL SNIPPED> | |
can you plz tell me how to manage servlet and jsp to execute on webserver onlie mail me at <EMAIL SNIPPED> | |
i want to know how can i give my client ,a panel to update all his daily news which is shown on the home page... he wants to update news panel daily and need admin panel to do this..plz help me otherwise i loose my project. | |
Re: Its is jsp include you can merge and add two jsp pages ..u can use it in struts and validation framework [QUOTE=Tbusuk;1451223]Hi, what is the meaning of the code shown below? <jsp:include page="/exec/employeesList"/> Because usually include is like this include("a.php"), this means the page include the a.php page. But the … |
The End.