Forum: JSP May 9th, 2005 |
| Replies: 8 Views: 60,131 Hi
I find ur code correct.
whats the problem u r dealing with
Here r some defined steps to be followed for DB operation
1. Initialize the class with the specific driver
2. Create a... |
Forum: JSP May 4th, 2005 |
| Replies: 1 Views: 2,889 yest the code u mentioned willprint the value in the variable. now if u want to link each result to a wml page just provide it within the value parameter of the option tag. and then write the code on... |
Forum: JSP May 1st, 2005 |
| Replies: 1 Views: 5,017 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
<%... |
Forum: JSP May 1st, 2005 |
| Replies: 10 Views: 36,989 Hi nelly
No need to do much
I hope u are aware of JDBC-ODBC Driver and they are supported by sdk1.4
First create a DSN using ODBC in control pannel
later for JSP to connect to Database
... |
Forum: JSP May 1st, 2005 |
| Replies: 1 Views: 4,078 Hey Buddy
I dont know much about wml but i think your JSP file has a tag <code> with
same id
try searching the id and also use get method to confirm that ur parameter is passed to the JSP as the... |