• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

exception java.sql.SQLException: Exhausted Resultset

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WHEN I AM CLICKING ON THE LINK AND 2 PARAMETERS ARE PASSSED NAMELY supregno and yy to the next page the code for this page is below now on this next page it doesn't display the columns that i am trying to select in the select statement. please if there is any one out there please help me where i am going wrong.

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you getting any exception while running this code.
Post the exceptions.
 
Ad Rajesh
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Post the exception which you are getting while running the program.
 
sing rocky
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The code that i pasted earlier is for the page that doesn't display the data under The following columns that i have designed in that code :-(VRN,Business name,Sno,Supplier VRN,Supplier name,Tax Invoice no,Invoice Date,Currency,Invoice value,VAT amount)in the above it displays the following message:-
exception java.sql.SQLException: Exhausted Resultset

Thanking you in advance,

Sing
 
sing rocky
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
THE FOLLOWING IS THE MESSAGE THAT IT DISPLAYS:-

exception java.sql.SQLException: Exhausted Resultset

NO OTHER ERROR OR EXCEPTION IS DISPLAYED APART FROM THE ABOVE ERROR.


Appreciate all your responses,

Regards,
Sing
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sing,

Please note: typing with the caps-lock button down is the equivalent to yelling in a web forum and is considered rude.

Please don't do that.

-Ben
 
sing rocky
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry, in case some one was offended .But the reason i wrote in capitals was because the error came in lowere case.

I really didn't mean to yell at any one.

cheers

Sing
reply
    Bookmark Topic Watch Topic
  • New Topic