Thread Überprüfen ob Verbindung zur Datenbank besteht
(6 answers)
Opened by Gast at 2004-03-04 14:55
Noch einfacher machst Du das so:
Code: (dl
)
my $dbh = DBI->connect( 'DBI:Oracle:'.$current_db, $current_user, $current_password, { RaiseError=> 0, PrintError => 0, AutoCommit => 0 } ) or print "Keine Verbindung zur Datenbank"; OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/) -- Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html Perl-Entwicklung: http://perl-services.de/ |