turumkhan has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (database programming)
but this disconnect happens at the end of script.. Now if something happens and my script is killed before it reaches the end of the script... how to i disconnect form the database. Like i do a CTRL + c on the script that kills the execution but doesnot disconnect from database.... so is there a way for me to disconnect from database when this happens.$db_handle->disconect();
Originally posted as a Categorized Question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Is there a way disconnect from database⭐
by mikeB (Friar) on Jun 28, 2001 at 23:04 UTC | |
|
Re: Is there a way disconnect from database
by Mr. Muskrat (Canon) on Feb 10, 2004 at 04:42 UTC | |
|
Re: Is there a way disconnect from database
by aijin (Monk) on Jun 28, 2001 at 22:48 UTC |