Hi
I have a question regarding general use of Prepared Statement along with connection pooling
In our application, a PreparedStatement is created and executed at a later point.So if at the time of execution ,connection associated with the prepared statement is busy with other statements than how this statement will get executed.I have seen the source code of PreparedStatementHandler of BoneCp and it is checking if the connection is not closed at the time of execution, it is not checking if connection is available or not.Please let me know how we can achieve this with BoneCP.
Amit
