RE: :Pg again

2001-05-07 Thread Sterin, Ilya
Use trace() to find out the exact reason for connect failing. Ilya Sterin -Original Message- From: Stephen M. Ford To: [EMAIL PROTECTED] Sent: 05/07/2001 9:58 AM Subject: dbd::Pg again Can someone tell me what is wrong with this statement? $dbh =

RE: :Pg again

2001-05-07 Thread Stephen M. Ford
I changed the $dbh line to my $dbh = DBI-connect(dbi:Pg:dbname=tracker;host=bullwinkle.eng.auburn.edu;port=5432;,,); and added a dbh-trace(4) and got the following output. It appears to fail around the connect with DBI.pm. DBI 1.14-nothread dispatch trace level set to 4 Note: perl

Re: :Pg again

2001-05-07 Thread Michael A Mayo
- Original Message - From: Stephen M. Ford [EMAIL PROTECTED] To: Sterin, Ilya [EMAIL PROTECTED] Subject: RE: :Pg again I changed the $dbh line to my $dbh = DBI-connect(dbi:Pg:dbname=tracker;host=bullwinkle.eng.auburn.edu;port=5432 ;,,); and added a dbh-trace(4) and got the following