Explicit disconnection from the database is not strictly necessary if
you are exiting from your program after you have performed all the work,
but it is a good idea. We strongly recommend that you get into the habit
of disconnecting explicitly.
http://oreilly.com/catalog/perldbi/chapter/ch04.html
-Thiago Rondon
-Thiago Rondon
Ow Mun Heng escreveu:
Hi All,
I know it's polite to ensure that we do an explicit disconnect() once we're
done pulling the data. However, are there cases where an explicit disconnect
is un-needed? Something like specific idiosyncrasies of some DBI packages.
Eg: Postgresql vs MSSQL vs Teradata?