> Hi folks,
Hi.
> at oracle.jdbc.driver.OracleStatement.prepare_for_new_get(Compiled Code)
> at oracle.jdbc.driver.OracleStatement.getLongValue(Compiled Code)
> at oracle.jdbc.driver.OracleStatement.getIntValue(Compiled Code)
> at oracle.jdbc.driver.OracleResultSetImpl.getInt(Compiled Code)
> at oracle.jdbc.driver.OracleResultSet.getInt(Compiled Code)
Did you accidentally put classes12.zip in the beginning of your runtime
classpath?
Seems like you use Oracle's implementation for the java.sql interface....
I'd recommend
you to use your application server's implementations. Just put the
classes12.zip in the
end of your classpath, it might save you some trouble. Worked for me...
- Isaac
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets