| Author |
CachedRowSet Warning
|
Kathiresan Chinna
Ranch Hand
Joined: Aug 17, 2008
Posts: 115
|
|
Hi All,
I am using CachedRowSet for disconnected Database.
But I am getting warning message when I compile the code.
com.sun.rowset.CachedRowSetImpl is Sun proprietary API and may be removed in a future release.
Can I still use the API or anyother implementation available ?
Thanks in Advance
Kathir
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
Kathir,
Can you post the line of code giving that warning?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
|
posted

0
|
|
Those aren't part of the Java API. Those are roughly said the classes "behind the scenes". You shouldn't be using them directly. Use the Java API instead. Also see this: http://java.sun.com/products/jdk/faq/faq-sun-packages.html
|
Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
|
 |
 |
|
|
subject: CachedRowSet Warning
|
|
|