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
posted
0
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
posted
0
"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.