It's not a secret anymore!
The moose likes JDBC and the fly likes SQL Exception: Exhaused Resultset Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "SQL Exception: Exhaused Resultset" Watch "SQL Exception: Exhaused Resultset" New topic
Author

SQL Exception: Exhaused Resultset

angiejin
Greenhorn

Joined: Feb 28, 2001
Posts: 3
When I ran a Java program which accesses Oracle database via Oracle JDBC, it always report this exception. Did anyone know what's going on here?
Thank you very much.
Michael Hildner
Ranch Hand

Joined: Oct 13, 2000
Posts: 297
I think I've seen this error when I've attempted to go past the end of a result set, i.e. not doing stuff in while(rs.next()).
Perhaps if you post the offensive code it would help.
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
"angiejin",
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please choose a new name which meets the requirements.
Thanks.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: SQL Exception: Exhaused Resultset
 
Similar Threads
XSU
WA #1.....word association
Synchronizing Jax-Ws web services
Database Transfers with xml between 2 servers
JDBC Connect problem