free hosting site for JSp

2001-06-01 Thread Preeti
hi friends Hey if any one knows the Free hosting web sites for JSP please let me know as I need it urgently Regards Preeti - Original Message - From: Sachin S. Khanna <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 18, 2001 7:02 AM > Find the modified jsp

Re: [OT] query year in oracle date field - URGENT

2001-03-14 Thread Preeti
hey Hung it is very simple just change the formate of your date using to_date() function provided by oracle and then select all fields which fall under 1999 I hope this will help u Regards Preeti - Original Message - From: Hung Yee <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

[pro_jsp] basic problem .. vector HELPppppppppppppppp

2001-03-02 Thread Preeti
take out id from vector ; pls tell me how to do this Thanks in advance Regards Preeti --- You are currently subscribed to pro_jsp as: archive@jab.org To unsubscribe send a blank email to [EMAIL PROTECTED]

queryString problem

2001-02-28 Thread Preeti
ing is passed"); } else { out.print("Something is passed"); } %> Help Guys Regards Preeti === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mai

pls solve my shopping cart problem

2001-02-28 Thread Preeti
s passed"); } else { out.print("Something is passed"); } %> <%ibook_id = Integer.parseInt(request.getParameter("book_id"));%> <%disB.setBook_id(ibook_id);%> <%= disB.getBook_id()%> %> pls solve this problem that will be great Regards

shopping cart help

2001-02-27 Thread Preeti
<%}%> <% int ibook_id = request.getParameter(book_id);%> <% disB.setBook_id(ibook_id);%> pls help me Regards Preeti === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST"

help me in showing the recordset

2001-02-22 Thread Preeti
res.addElement(db); } stmt.close(); conn.close(); return res; }//end of try catch (SQLException e) { conn.close(); throw e; } } } pls tell what is the problem Thanks Preeti ===