ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Exhuasted ResultSet

Post new topic  Reply to topic
 Exhuasted ResultSet « View previous topic :: View next topic » 
Author Message
akidase
PostPosted: Mon Feb 10, 2014 3:24 am    Post subject: Exhuasted ResultSet Reply with quote

Centurion

Joined: 10 Jan 2011
Posts: 124

I am receiving a sql error - exhausted result set..
Code:
ResultSet rs, rs1 = null;
         Connection conn = getJDBCType4Connection("DB",
               JDBC_TransactionType.MB_TRANSACTION_AUTO);
rs = stmt1.executeQuery("")


Code:
rsult= rs.getString(0);    or rsult= rs.getString(1) or rsult= rs.getString("column")
anything here results in this error.

Please help.
Back to top
View user's profile Send private message
Gralgrathor
PostPosted: Mon Feb 10, 2014 3:33 am    Post subject: Reply with quote

Master

Joined: 23 Jul 2009
Posts: 297

Can't really tell from your code. And you should really post your exceptions. But it looks like you're trying to get data from an empty result set.
Back to top
View user's profile Send private message Send e-mail
akidase
PostPosted: Tue Feb 11, 2014 6:23 am    Post subject: Reply with quote

Centurion

Joined: 10 Jan 2011
Posts: 124

You are right. I was trying to access the values without performing rs.next() and then accessing the values in the ResultSet. Doing this rectified this issue.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Exhuasted ResultSet
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.