On 22 August 2011 15:00, vanayya <nurmi_isnayati@yahoo.com> wrote:
> /query : org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement@1c1de1c/
You are using a connection pool that wraps the statement object.
You'll need to unwrap it, or modify the connection pool's
implementation so that toString() delegates to the underlying
statement.
Oliver