Re: Assistance Please?!?

2002-06-01 Thread Gary Helmling
You might try looking in the headers of your own message: List-Unsubscribe: mailto:[EMAIL PROTECTED] List-Subscribe: mailto:[EMAIL PROTECTED] List-Help: mailto:[EMAIL PROTECTED] List-Post: mailto:[EMAIL PROTECTED] Simply send an empty message to [EMAIL PROTECTED] --g On Sat, 1 Jun 2002

Re: Having a Newbie Delamere here.

2002-05-30 Thread Gary Helmling
In some of your code sections, you're trying to accessing values before advancing the ResultSet to the first row. For example, you have: stmt = conn.createStatement(); rs = stmt.executeQuery(sQuery); // Assign values from the database sSubTitle = rs.getString(SubTitle); sFormName =

Re: CSV File

2002-02-06 Thread Gary Helmling
On Tue, 2002-02-05 at 18:57, Jason Webber wrote: I want the browser to download the file and not display a CSV file that I have created. Right now I issue the following commands, but it doesn't seem to work.. Any ideas are appreciated. String file; ...

Re: populating save as... dialog for application/octet-streamcontent type (solved maybe)

2002-02-04 Thread Gary Helmling
On Sun, 2002-02-03 at 07:53, rob wrote: I tried the following request.setHeader(Content-Disposition, attachment; filename=mypdf.pdf); and it seemed to work, is this the correct way or is there a more appropriate way to do this? Thanks That is the correct way. I've had to use a

Re: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when usingmanager/reload

2002-01-09 Thread Gary Helmling
On Wed, 2002-01-09 at 12:06, Tom Drake wrote: - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 8:47 AM Subject: Re: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when using manager/reload