Christian Mack wrote:
>
>
> BTW:
> Checking a connection is done via:
> Connection.isClosed()
> But this isn't always correct.
>
>
instead you should perform a select 1, or other simple operation that requires a
response from the database. (select 1 is not a
standard statement, it works on sybase, but may not work on all rdbms')
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]