Well, DuHH , all examples look like this one: http://www.javaworld.com/javaworld/jw-02-2001/jw-0202-cachedrow.html
i know it cant be instansiated, but i was wondering why they did it that way.. have a nice day On Thu, 2003-06-12 at 05:24, Amjad Shahrour wrote: > "CachedRowSet is an abstract class. It can't be > instantiated." > > That's the problem DUHH! > > -----Original Message----- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED] On Behalf Of Benoit Jodoin [ V7 ] > Sent: Thursday, June 12, 2003 9:57 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(); > > 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 > > =========================================================================== > 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 -- Benoit Jodoin <[EMAIL PROTECTED]> Vertical 7 =========================================================================== 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
