I've been getting this exception
I tried to fix it but wasn't successful..
any ideas about it?
Printable View
I've been getting this exception
I tried to fix it but wasn't successful..
any ideas about it?
check very carefully your code I had this problem and I had forgotten
.next() line
check if it is the problem
i also face the same problem but i resolved it , the pronblem was due to next(). i did not use the while loop thats why result set get exhusted...so i will suggest that chk next() method.