Hi, Recently I posted the following question, but got no answer. Maybe it's wrong question or maybe it was wrong time to ask (too close to Christmas).
With iBatis 2.3 I have two options: Set statementCahingEnabled = "true" in my configuration and also, as I'm using DBCP, I can set also DBCP property poolPreparedStatements = "true". Both seem to address same thing, so is it correct to think that enabling statementCahingEnabled makes sense with SimpleDataSourse, but is redundant with DBCP with poolPreparedStatements =true? TYA