I'm hoping you may know what my problem is! I'm writing servlets to display
a report to the browser, based on data from an Oracle DB, however I can not
get the resultset to become Scrollable. We are using Oracle 8.1.6 (so
JDBC2.0 is inlcuded in there so the TYPE_SCROLLABLE variables and other
result set methods should be included if I'm right. However, when we
compile we get errors saying ResultSet not in java.sql. package.
Any thoughts on how we might correct this problem would be appericated. Do
you think it is Classpath issues?
Also, if we are using Oracle's JDBC 2.0 should the result set be of the for,
OracleResultSet.TYPE_SCROLL_INSENSITIVE ??or just
ResultSet.TYPE_SCROLL_INSENSITIVE??
Thanks ever so much
Troy
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html