all examples i found looked like this :
import sun.jdnc.rowset.*; sun.jdbc.rowset.CachedRowSet crs = new sun.jdbc.rowset.CachedRowSet();
this is the error message i get:
class sun.jdbc.rowset.CachedRowSet is an abstract class. It can't be instantiated. CachedRowSet crs = new CachedRowSet();
the .jar is in the classpath...i cant figure out whats the problem.
any ideas would be very helpful. thanks in advance Ben
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant archives, FAQs and Forums on JSPs can be found at:
http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com
