You've probably got a "ResultSet result" and are calling something like
"result.getInt ("INT_COL")....you need to call "result.next()" before the
first time you try to access the data.
----- Original Message -----
From: Rathinam Manikodi <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 16, 1999 2:18 PM
Subject: ODBC error


> Hi everyone..
> I have just started working with JSP and ODBC. I have  a JSP which will
> connect to  MS Access database. I tried capturing errors during
> connecting/querying. Didn't get any error message on connecting, but
during
> querying it gives error 'Invalid cursor state'.
> Thanks.
> Mani.
>
> I am using jswdk-1.0.1 and java1.2.2 on Windows NT platform.
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to