System         : win98, pgsql runs under cygwin. I can connect to database
with pgadmin.
DBI version    : 1.14
DBD::Pg version: 0.94
Perl           : ActivePerl 5.6.1 build 629

$username = 'user';
$password = 'pass';
$dbname = 'deneme';
$dbh = DBI->connect("dbi:Pg:dbname=$dbname",$username,$password);

prints this message:

"DBI->connect(dbname:deneme) failed: connectDBStart -- socket() failed:
errno=2

No such file or directory"

Postgres db system is running...


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to