Error message:Illegal operation on empty result set.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ajos
    Contributor
    • Aug 2007
    • 283

    Error message:Illegal operation on empty result set.

    Hi friends,
    Im getting a exception:Illeg al operation on empty result set. What and how does this happen. I was playing around with my database table and made some changes there. Now im getting a null value instead of desired value. Im not sure how to describe the problem and to solve it.
    regards,
    ajos
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    Originally posted by ajos
    Hi friends,
    Im getting a exception:Illeg al operation on empty result set.
    Are you using some GUI tool or some language to interact with MySQL?

    Comment

    • ajos
      Contributor
      • Aug 2007
      • 283

      #3
      Originally posted by mwasif
      Are you using some GUI tool or some language to interact with MySQL?
      Thanks for your prompt response.
      I didnt understand what you meant , still i must say that im using servlets and phpmyadmin to maintain my db,i think this is what you are looking for?

      Comment

      • ajos
        Contributor
        • Aug 2007
        • 283

        #4
        Originally posted by ajos
        Thanks for your prompt response.
        I didnt understand what you meant , still i must say that im using servlets and phpmyadmin to maintain my db,i think this is what you are looking for?
        Ok i managed to solve the error. What i did was, trying to send the result set data through the bean ..since i wasnt going to display the data, it wasnt of any use removing the line helped me. Thanks anyways.
        regards,
        ajos

        Comment

        Working...