Results 1 to 4 of 4
Thread: Java Resultset exception
- 01-30-2012, 12:44 AM #1
Member
- Join Date
- Jan 2012
- Posts
- 2
- Rep Power
- 0
Java Resultset exception
The process I am following are the following:
1. I am getting a ResultSet, which is a set of rows to be updated one by one.
2. So I put them in a while loop while(resultSet.next()) { ... }
3. Within the while loop, I need to update a value for which I need to do another search query (I need value from a previous row). This throws an exception.
Any solutions?
- 01-30-2012, 05:58 AM #2
Re: Java Resultset exception
Moved from Advanced Java. A question asking the meaning of an unspecified Exception isn't advanced anyways.
What exception? From what code? Recommended reading: How to ask questions the smart way
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 01-30-2012, 10:59 AM #3
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Re: Java Resultset exception
What exception?
We're not mind readers...
- 01-30-2012, 05:59 PM #4
Member
- Join Date
- Jan 2012
- Posts
- 2
- Rep Power
- 0
Re: Java Resultset exception
Sorry, my mistake. The question was about nested resultsets. I used the same Statement and ResultSet for both which led to this trouble. Also my first time using this site. I tried to remove this post, but could not. If anyone can help me remove the same, would be helpful.
I hope to be active on this forum though.
Thanks to all,
Vijay
Similar Threads
-
unreported exception java.lang.Exception
By Marisabel in forum New To JavaReplies: 6Last Post: 05-01-2011, 03:21 AM -
unreported exception java.lang.Exception; must be caught or declared to be thrown
By arc_remiel in forum New To JavaReplies: 5Last Post: 02-14-2011, 11:39 PM -
Exception in thread "main" java.lang Exception In InitializerError
By kenzo2009 in forum New To JavaReplies: 4Last Post: 10-25-2010, 07:42 PM -
java.sql.SQLException: Exhausted Resultset
By boy22 in forum JDBCReplies: 2Last Post: 06-07-2010, 08:45 AM -
Exception : ResultSet is closed
By nanimtech in forum JDBCReplies: 5Last Post: 08-06-2009, 03:11 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks