943,490 Members | Top Members by Rank

Ad:
  • JSP Discussion Thread
  • Unsolved
  • Views: 5748
  • JSP RSS
Nov 2nd, 2004
0

call resultset in join query

Expand Post »
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?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
zaman1111 is offline Offline
11 posts
since Aug 2004
May 1st, 2005
0

Re: call resultset in join query

Your Query:

SELECT * FROM Job_Request_Record, Requester_Record WHERE Job_Request_Record.Job_Requester_ID = Requester_Reco rd.Requester_ID;

Now you want to use the scriplet
<%
rs.getString("ID");
%>

use this query id you want Job.... ID

SELECT (Job_Request_Record.Job_Requester_ID) as ID, * FROM Job_Request_Record, Requester_Record WHERE Job_Request_Record.Job_Requester_ID = Requester_Reco rd.Requester_ID;
Reputation Points: 11
Solved Threads: 0
Newbie Poster
adityabakle is offline Offline
8 posts
since Aug 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JSP Forum Timeline: Jsp doesnt return parameter value
Next Thread in JSP Forum Timeline: Accessing JavaScript objects in the Body Tag





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC