|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^4: Perl with Database connection.by vinoth.ree (Monsignor) |
| on Aug 03, 2009 at 08:39 UTC ( [id://785393]=note: print w/replies, xml ) | Need Help?? |
|
Santhosh_89,
I support ping method man. UpdateInstead of connecting to the database every time when you execute the query, you connect with the database and by calling the ping method from DBI you can check the database connectivity, if the connection is alive, execute the query otherwise call the connect function and create database connection.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||