Re: Expire Page

2000-05-08 Thread Majeed, Atif
You can use HttpServletResponse.setHeader("Pragma", "no-cache"); or send an equivalent Meta tag Atif -Original Message- From: David Gowe [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 1:08 AM To: [EMAIL PROTECTED] Subject: Expire Page Hello! I have the following requirement:

Re: Error inserting in DataBase

2000-04-19 Thread Majeed, Atif
Probably also need to put quotes around varchar datatype. stmt.executeUpdate("INSERT INTO JSP_TESTS VALUES ( " + employee_id + ",'" + name + "')"); -Original Message- From: Joe Milora [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 9:09 AM To: [EMAIL PROTECTED] Subject: Re: Err