develooper Front page | perl.dbi.users | Postings from August 2001

DBI Connectivity problem

Thread Previous | Thread Next
From:
anuradha
Date:
August 13, 2001 01:16
Subject:
DBI Connectivity problem
Hi ,
   
  I have a problem in DB connectivity.

I working with CGI,Perl language and Postgres Database.
I installed the DBI-1.19 and DBD-Pg-1.01 versions and I am unable to
access the DB(postgres) . These were installed as per the instructions
given in the README file. I am beginner in installation.

The line :
      $dbh = DBI->connect("DBI::Pg:dbname=$TEST_REGISTRY");

(where $TEST_REGISTRY ="treg8080"[database name])

is not getting executed. 

The problem is that I am not getting any error message also in the
logfile.

Is something wrong with the DynaLoader or anything else?

Can anyone help me ?

Thanks
Anuradha
  


Thread Previous | Thread Next


Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About