Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

CachedRowSet - Problem getting an instance

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CachedRowSet - Problem getting an instance

    There are many examples of how to use sun.jdbc.RowSet.CashedRowSet along with links to where to get the supporting jar file. However the newer rowset.jar files that I can find at the sun web site don't work with these examples. At the bottom of this post are the links to the early reference download for rowset.jar that I used and a couple of articles that I am talking about. The problem is that I can't get an instance of CashedRowSet. sun.jdbc.rowset.CachedRowset crs = new sun.jdbc.rowset.CachedRowset(); It throws the exception: "javax.sql.rowset.CachedRowSet is abstract; cannot be instantiated." Obviously with so many articles and examples out there it used to work. Can anyone help ? Articles: "Get disconnected with CachedRowSet" http://java.sun.com/developer/techni.../cachedrowset/ jGuru Q&A http://www.jguru.com/faq/view.jsp?EID=776543 Early Access JDBC Rowset Implementations http://java.sun.com/developer/earlyA...bc-rowset.html
    Code
Working...
X