You get an exhausted result set exception when you scroll past the end of
your result set and continue to try and extract results.  Make sure you are
using something like

    while(rs.next())

so you don't overrun your result set.  Note this is a different exception
than you get if you try to do to many getString's from a single row.  In
that case, you'll get a Invalid Column Index error.

----- Original Message -----
From: "Indika Fernando" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 07, 2001 8:41 AM
Subject: [JBoss-user] (no subject)


> Hi everybody ...I am having a table of 22 fields and when I insert the
> fields into the table Using Jboss It gives an SQLException saying
Exhausted
> Resul set and after sometimes I got to know that if I used more than 9
> fields this Exception throws and If it is less than 9 fields NO EXCEPTION
is
> thrown .....Is this a limitation of JBOSS server.... That means I can use
> only less than 9 fields ....Please I need a quick reply
> TIA
> INDI
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to