Thanx Ghosh,
I realized the error only after somebody pointed it out. It's an error on my mail and not in the code. The code's SQL stmt reads "SELECT USERID,PASSWORD from SUBSCRIBERS". The error is something that JVM pops up and doesn't seem to be recorded in any of the error logs (both JServ and Apache).
I then thought it was due to the fact that I hadn't registered it with JServ and thus the error (but I am still wondering how it recognized the servlet). But I now find that the error msg repeats itself on and off.
Please bear in mind that it is a pop-up mesage issued by the JVM. I reproduce the error msg. for those who requested for it.
*******************************************************************
java.exe - Application Error
The instruction at "0x1f3b3f0" referenced memory at "0xblah..blah". The memory could not be read.
Click on OK to terminate the application
Click on Cancel to debug the application
-----Original Message-----
From: Subrata Ghosh [SMTP:[EMAIL PROTECTED]]
Sent: Monday, February 07, 2000 5:40 PM
To: [EMAIL PROTECTED]
Subject: About Servlet-Jdbc problem
Hi Ravi,
�
The Code that you� have attached in the SERVLET-INTEREST List run by Sun we� find that you are selecting NAME,PHONENUM through SQL statement,� but while you are retrieving it through ResultSet it has USERID & PASSWORD as the fields to be retrieved. By changing these I find it is working fine in my machine .There is no problem.
�
With regards
�
Subrata Ghosh
