Thread error-log: datenbank-fehlermeldungen (25 answers)
Opened by sonnenprinz at 2004-01-08 13:27

renee
 2004-01-08 14:33
#35894 #35894
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Teste mal, welche Source überhaupt installiert sind:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! c:/perl/bin/perl
use strict;
use warnings;
use CGI;
use CGI::Carp qw(fatalsToBrowser);
use DBI;

my $cgi = CGI->new();
print $cgi->header(-type => 'text/html');

print "-------------[ ODBC DSNs ]-------------<br />\n";
my @dsn = DBI->data_sources("ODBC");
foreach my $dsn (@dsn) {
print "DSN: $dsn\n";
}
print "<br />\n";
\n\n

<!--EDIT|renee|1073565256-->
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/

View full thread error-log: datenbank-fehlermeldungen