develooper Front page | perl.dbi.users | Postings from March 2005

Problem running Perl under Cygwin using Windows native 8.0

From:
Robert Field
Date:
March 23, 2005 11:43
Subject:
Problem running Perl under Cygwin using Windows native 8.0
Message ID:
991D71C105A6BB41BDBBFA366B2FF5C201351437@postal1.prn-corp.com
It hangs up in the connect - using DBI::pg 1.40, DBD 1.48

Code is:

my $db = "dbi:Pg:dbname=issp";
my $dbh = DBI->connect($db); #, "", "");

I also tried it with ($db, $username, $password) as well.

The problem is the call to DBI->connect() never returns.

Any assistance on this greatly appreciated.




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About