Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for zaman1111

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 the only selected ones. It takes the selected number of students like …

Member Avatar for zaman1111
0
144
Member Avatar for zaman1111

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 java.util.Date(login_time); the login_time is a Oracle DB date. Now I want to somehow skip …

Member Avatar for zaman1111
0
96
Member Avatar for zaman1111

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 datas.

Member Avatar for weilander
0
198
Member Avatar for zaman1111

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+ "' = '"+userSearch+ "'"; the full code: <%@ page contentType="text/html; charset=utf-8" import="java.sql.*, java.util.*" errorPage="error.jsp"%> <html> <head> …

Member Avatar for zaman1111
0
229
Member Avatar for zaman1111

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 table e.g. rs.getString("ID")is it valid? or anything else. please help. Also, is it possible to have a create view table in ms access 2003?

Member Avatar for adityabakle
0
159
Member Avatar for zaman1111

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

0
248
Member Avatar for zaman1111

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.

0
142