At 11:17 08.05.2002 -0700, you wrote:
>Ceki,   You should look more carefully at getConnection() and 
>closeConnection().  execute(String sql) calls getConnection() which simply 
>returns an already open connection.  Only when a connection is not yet 
>open is a new one created.  This is an improvement in the 1.2 version over 
>the 1.1.3 contrib version. The connection is closed when the appender is 
>closed -- usually at the end of the application run.
>Thus, it does cache the connection, and it does have the desirable behavior.

Indeed.

--
Ceki



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to