MySql Database Problem
We have a web page in Jsp, where we are pooling some data from MySql database on the criteria selected by web user. When more than one user are searching from different terminal at a time, one of them is getting the result and the other is getting "Operation is not allowed after ResultSet Closed" error.
Please Suggest !
|