Hi, Here is a portion of my code:
In the location denoted by ****** in the SQL statement, I used findkey variable. This caused an error, I guess the SQL statement does not recognize the
java variable. I also tried r.getString("user_Name") where r is my resultset. That didn't work too. I tried enclosing r.getString("user_Name") within <%= %> since this code is from a
jsp file. That doesn't work too. What should I do?
------------------
Regards,
Shree