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

2001-06-25 Thread Atilio Ranzuglia
From: "Orozco, Juan Carlos" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, June 23, 2001 7:38 AM > Subject: [JSP-INTEREST] > javax.servlet.ServletException: No data found... > why please h elp..!! > > > > Hi guys, > > >

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

2001-06-25 Thread Chris Pratt
n Carlos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 23, 2001 7:38 AM Subject: [JSP-INTEREST] javax.servlet.ServletException: No data found... why please h elp..!! > Hi guys, > > I have a problem with the resultSets, when i made the getObject met

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

2001-06-25 Thread Atilio Ranzuglia
Juan Carlos: When you work with ResultSets you should know the following: - a ResultSet has a row before the first one, this is the one where you are positioned every time you execute a query. - a ResultSet also has a after last row, this is the one to insert rows in it. So, look the followin

javax.servlet.ServletException: No data found... why???? please h elp..!!

2001-06-23 Thread Orozco, Juan Carlos
Hi guys, I have a problem with the resultSets, when i made the getObject method more than one time...example: String temp=""; String depto=""; String paisd=(String)rst_loc.getObject("PAIS_ORIGEN"); <--may be here while (rst_loc_hasData) { temp = (String)rst_loc.getObject("PAIS_OR