Raymond Kroeker <[EMAIL PROTECTED]> writes: > My question is as follows; is there a generic (read jdbc) api I > can use to determine when a statement needs to be dumped from cache?
I think you can use ConnectionPoolDataSource in conjunction with StatementEventListener to achieve what you want. -- Knut Anders
