Forum: JSP Sep 13th, 2007 |
| Replies: 2 Views: 1,350 thanks for looking into it. I dont have any servlet and I already solved the problem. |
Forum: JSP Sep 5th, 2007 |
| Replies: 2 Views: 1,350 I have a JSP page which has student roster and letting instructor choose grades for some students with check box. I want only the students info which were checked to my next JSp page, but I cant take... |
Forum: JSP Nov 9th, 2005 |
| Replies: 1 Views: 3,664 |
Forum: JSP Nov 9th, 2005 |
| Replies: 1 Views: 3,664 Hi, can anyone suggest any clue on this.
I am trying to display info on a JSP page. The problem is if the DB date is null then I get the error message below.
java.util.Date loginTime=new... |
Forum: Oracle Jun 9th, 2005 |
| Replies: 3 Views: 17,589 We were successful on linking the table from MS access to Oracle 10g, but we dont see any data in the MS access linked table. It shows as data #deleted. Can you please describe how we can see those... |
Forum: JSP May 10th, 2005 |
| Replies: 4 Views: 9,968 Here it is. Good Luck
<%@ page contentType="text/html; charset=utf-8" import="java.sql.*, java.util.*"errorPage="error.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type"... |
Forum: JSP Jan 4th, 2005 |
| Replies: 0 Views: 3,058 Hi,
I am trying to learn developing J2EE application on Jrun4 server with oracle or MS Access database.
Can anyone please suggest me good sites or books with lots of samples.
Thanks |
Forum: JSP Nov 2nd, 2004 |
| Replies: 1 Views: 4,982 I have a SQL query: SELECT * FROM Job_Request_Record, Requester_Record WHERE Job_Request_Record.Job_Requester_ID=Requester_Reco rd.Requester_ID; if i want to call an attribute from Job_Request_Record... |
Forum: JSP Aug 27th, 2004 |
| Replies: 0 Views: 19,190 does anyone know how can i handle checkbox values using jsp and pass them to the database.
String[] Job_type = request.getParameterValues("Job_type");
How do i handle that.
Thanks. |
Forum: JSP Aug 4th, 2004 |
| Replies: 4 Views: 9,968 |
Forum: JSP Aug 2nd, 2004 |
| Replies: 4 Views: 9,968 I have a search code from Database. i want to display queries from Database with multiple option. how do i assign variable on both. for example
String jsql= "Select * from UserList WHERE '"+abu+ "'... |