Problem running Perl under Cygwin using Windows native 8.0
From: Robert Field (Robert_Field_at_prn.com)
Date: 03/23/05
- Next message: Jacqui Caren: "Re: Anyone getting blank messages from the list?"
- Previous message: Raj Kairam: "Unable to connect to Oracle on another Unix host in a perl programming using DBI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 23 Mar 2005 11:42:45 -0800 To: dbi-users@perl.org
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.
- Next message: Jacqui Caren: "Re: Anyone getting blank messages from the list?"
- Previous message: Raj Kairam: "Unable to connect to Oracle on another Unix host in a perl programming using DBI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]