So where are you encountering a problem ??
We are not Psychics to know what output you are getting on your computer screen.
Tell us the problem in clear words and we will see what is going wrong.
Also in the first servlet:-
if(rs.next()) {
mobileno=rs.getString("mobileno");
password=rs.getString("password");
why do you simply want to get the mobile no. and password from the database when you know that the mobile no. and password that you have is correct (cause it has already been validated by your SQL query).
Last edited by stephen84s; Nov 24th, 2008 at 9:55 am.
Reputation Points: 653
Solved Threads: 151
Nearly a Posting Virtuoso
Offline 1,316 posts
since Jul 2007