Ben, try this: import sun.jdbc.rowset.*; CachedRowSet crs = new CachedRowSet();
from the document that you pointed out, it said: Because it is a JavaBean, you can simply use the default constructor when creating a new instance of the CachedRowSet object: CachedRowSet crs = new CachedRowSet(); Regards, Michelle -----Original Message----- From: Benoit Jodoin [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 7:11 AM To: [EMAIL PROTECTED] Subject: CachedRowSet Anyone here using a CachedRowSet? 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(); http://www.javaworld.com/javaworld/jw-02-2001/jw-0202-cachedrow.html Well, i know you cant instanciate an abstract class. any ideas would be very helpful. thanks in advance Ben -- Benoit Jodoin <[EMAIL PROTECTED]> Vertical 7 ___________________________________________________________________________ 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 ___________________________________________________________________________ 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