Thread DBI Verbindung zu Postgres (6 answers)
Opened by mo3009 at 2006-08-24 19:40

renee
 2006-08-24 19:43
#34588 #34588
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Dann mach doch mal
Code: (dl )
perl -e "use DBI; print \"hello\n\"; $dbh = DBI->connect(\"dbi:Pg:dbname=testdb\") or die $DBI::errstr; print \"hello\n\""
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 DBI Verbindung zu Postgres