This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes Cached Rowset Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Cached Rowset" Watch "Cached Rowset" New topic
Author

Cached Rowset

Vasudevan Gopalan
Ranch Hand

Joined: Aug 29, 2003
Posts: 67
Hi all,
I am using JDK 1.4.2 .When i try to compile the code with cachedrowset ,it give me a compiler error saying that it cannot resolve symbol.
Help me....

Regards
Vasu
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8290

Check the API. CachedRowSet is not part of the 1.4.2 API.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
Vasudevan Gopalan
Ranch Hand

Joined: Aug 29, 2003
Posts: 67
Then tell me how to assign a resultset values to RowSet.
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8290

Originally posted by Vasudevan Gopalan:
Then tell me how to assign a resultset values to RowSet.

RowSet is an interface. Can't assign anything to it. It appears that you can download CachedResultSet here
There's a tutorial here
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Cached Rowset
 
Similar Threads
So - Why am I suddenly not registered??
JVM Options - How are paths set?
Books for SCMAD
Death Match!
They can walk over the water!