aspose file tools
The moose likes JDBC and the fly likes rowset Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "rowset" Watch "rowset" New topic
Author

rowset

amarnath jha
Greenhorn

Joined: Aug 07, 2006
Posts: 18
My compiler is giving error
cannot find symbol
Symbol: class CachedRowSet
Location:Class MyRowSet

will i have to set some classpath for rowset.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56200
    
  13

"amarnath jha",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
JavaRanch Sheriff


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
amarnath jha
Greenhorn

Joined: Aug 07, 2006
Posts: 18
but know after 23 years i cant change my name .
its Amarnath jha and it will remain Amarnath jha .
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26192
    
  66

Amarnath,
What version of Java are you on? If Java 1.4, that class is in an extensions package as I recall.


[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
amarnath jha
Greenhorn

Joined: Aug 07, 2006
Posts: 18
i solved that problem .Thanks for your
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: rowset
 
Similar Threads
rowset
rowset
Equivalent of Dataset of .NET in J2EE
DataBase search criteria
What Is RowSet Explain With Example.