Re: Regarding Connection Pooling
Posted By:
usman_khan
Posted On:
Friday, April 13, 2001 02:03 AM
Are u using stacks or Queue in connection pooling?? there might be problem in your code....... secondly you don't need to open connection and then release the connection for each queries but make sure you close the resultSet every time...... :-)