Re: DBI->connect Error



Tried it, same error.


On Thu, May 15, 2008 at 4:54 PM, Colin Wetherbee <cww@xxxxxxxxxxxxxxxx> wrote:
Matt Skubiszewski wrote:

my $dsn = "DBI:Pg:dbname=$dbname";

I haven't tested this, but the capitalized DBI sticks out to me. Try
replacing that string with "dbi:Pg:dbname=$dbname".

Colin

.