Re: Exception-handling

Поиск
Список
Период
Сортировка
От Roland Walter
Тема Re: Exception-handling
Дата
Msg-id 458ABEA8.8030603@gmx.net
обсуждение исходный текст
Ответ на Re: Exception-handling  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: Exception-handling  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dave Cramer wrote:
> The only general rule I adhere to is to make sure you clean up your
> connections in a finally clause
>
> Dave

Depends of your application. I usually free up all resources in the
finally clause, that I do not need any more. The resources are
ResultSets and Statements and may be connections. Not closing the
Statments and using the same connection further prooved to be fatal.

Regards,
Roland.

- --
Dipl.-Phys. Roland Walter
mailto: roland (dot) walter (dot) rwa (at) gmx (dot) net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFFir6oxoOEAkary1ERAh1gAJ0XCLT7ildof8QbH/x6y+xrPy4xvACeLBwk
vv9oqUJtZGFW/pYCtfLKDUk=
=NoBO
-----END PGP SIGNATURE-----

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Exception-handling
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Exception-handling