Re: javax.servlet.ServletException: No data found... why???? plea se h elp..!!

2001-06-26 Thread Atilio Ranzuglia
Juan: The problem you are facing now can be easy or difficult to resolve. It can be that you are trying to read the ResultSet with no data on it. Or, in the worst case, you can have the problem I had a few weeks ago. The exception was the same, I were working on a PreparedStatement (about 20 li

Re: javax.servlet.ServletException: No data found... why???? plea se h elp..!!

2001-06-26 Thread Chris Pratt
You're probably reading after next() returned false. (*Chris*) - Original Message - From: "Orozco, Juan Carlos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 8:54 AM Subject: Re: [JSP-INTEREST] javax.servlet.ServletException: No

Re: javax.servlet.ServletException: No data found... why???? plea se h elp..!!

2001-06-26 Thread Jann VanOver
n: No data found... why plea se h elp..!! Thank you very much..for your help.. I change to JDBC Oracle thin driver, instead jdbc-odbc bridge, and the jsp, begin to populate the list box, but i have this error.. Internal Servlet Error:javax.servlet.ServletException: Exhausted Resultset: w

Re: javax.servlet.ServletException: No data found... why???? plea se h elp..!!

2001-06-26 Thread Orozco, Juan Carlos
Thank you very much..for your help.. I change to JDBC Oracle thin driver, instead jdbc-odbc bridge, and the jsp, begin to populate the list box, but i have this error.. Internal Servlet Error:javax.servlet.ServletException: Exhausted Resultset: what's happening? , maybe the recordset it's too lar