Well, the error message i get is :class sun.jdbc.rowset.CachedRowSet is an abstract class. It can't be instantiated
but i've found this: http://www.orionserver.com/docs/api/jdbc/javax/sql/CachedRowSet.html On Thu, 2003-06-12 at 10:54, Adrian Janssen wrote: > Perhaps there is another jar on your classpath that also defines this class > (check your DB Vendor's JDBC jar file in particular) that defines this, but > in that definition it is abstract? > > > -----Original Message----- > > From: Benoit Jodoin [SMTP:[EMAIL PROTECTED] > > Sent: 12 June 2003 04:48 > > To: [EMAIL PROTECTED] > > Subject: Re: CachedRowSet > > > > On Thu, 2003-06-12 at 10:25, Adrian Janssen wrote: > > > Perhaps it is something that your DB Vendors JDBC 2.0 driver needs to > > > support (i.e. extend and provide concrete class for), how else is it > > > supposed to get filled? > > > > > > > thats what i've found > > > > http://developer.java.sun.com/developer/technicalArticles/javaserverpages/ > > cachedrowset/ > > > > > > > > > > > > > > > > -----Original Message----- > > > > From: Benoit Jodoin [SMTP:[EMAIL PROTECTED] > > > > Sent: 12 June 2003 04:11 > > > > 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 > > > -- > > > > > > It is the strict policy of Truworths that its e-mail facility and all > > > e-mail communications emanating therefrom, should be utilised for > > > business purposes only and should conform to high professional and > > > business standards. Truworths has stipulated certain regulations in > > > terms whereof strict guidelines relating to the use and content of > > > e-mail communications are laid down. The use of the Truworths e-mail > > > facility is not permitted for the distribution of chain letters or > > > offensive mail of any nature whatsoever. Truworths hereby distances > > > itself from and accepts no liability in respect of the unauthorised > > > use of its e-mail facility or the sending of e-mail communications > > > for other than strictly business purposes. Truworths furthermore > > > disclaims liability for any unauthorised instruction for which > > > permission was not granted. Truworths Limited accepts no liability > > > for any consequences arising from or as a result of reliance on this > > > message unless it is in respect of bona fide Truworths business for > > > which proper authorisation has been granted. > > > > > > Any recipient of an unacceptable communication, a chain letter or > > > offensive material of any nature is requested to notify the Truworths > > > e-mail administrator ([EMAIL PROTECTED]) immediately in order that > > > appropriate action can be taken against the individual concerned. > > > > > > > > __________________________________________________________________________ > > _ > > > 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 > > -- > > 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 > -- > > It is the strict policy of Truworths that its e-mail facility and all > e-mail communications emanating therefrom, should be utilised for > business purposes only and should conform to high professional and > business standards. Truworths has stipulated certain regulations in > terms whereof strict guidelines relating to the use and content of > e-mail communications are laid down. The use of the Truworths e-mail > facility is not permitted for the distribution of chain letters or > offensive mail of any nature whatsoever. Truworths hereby distances > itself from and accepts no liability in respect of the unauthorised > use of its e-mail facility or the sending of e-mail communications > for other than strictly business purposes. Truworths furthermore > disclaims liability for any unauthorised instruction for which > permission was not granted. Truworths Limited accepts no liability > for any consequences arising from or as a result of reliance on this > message unless it is in respect of bona fide Truworths business for > which proper authorisation has been granted. > > Any recipient of an unacceptable communication, a chain letter or > offensive material of any nature is requested to notify the Truworths > e-mail administrator ([EMAIL PROTECTED]) immediately in order that > appropriate action can be taken against the individual concerned. > > ___________________________________________________________________________ > 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 -- 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