•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JSP section within the Web Development category of DaniWeb, a massive community of 375,268 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,257 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JSP advertiser: Lunarpages JSP Web Hosting
Views: 3964 | Replies: 1
![]() |
•
•
Join Date: Aug 2004
Posts: 11
Reputation:
Rep Power: 4
Solved Threads: 0
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?
Also, is it possible to have a create view table in ms access 2003?
•
•
Join Date: Aug 2004
Posts: 8
Reputation:
Rep Power: 0
Solved Threads: 0
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;
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;
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb JSP Marketplace
- Trying to use LIKE statement on JOIN query (MySQL)
- Exclude duplicate records in a JOIN (MS SQL)
- Syntax error,plz help (PHP)
- checkboxes on continuous forms (Visual Basic 4 / 5 / 6)
- PHP/SQL query help (PHP)
- Join in a SQL Query (MySQL)
Other Threads in the JSP Forum
- Previous Thread: JSP connection to database
- Next Thread: Accessing JavaScript objects in the Body Tag


Linear Mode