Help for this page

Select Code to Download


  1. or download this
    my($dbh) = DBI->connect('dbi:Pg:dbname=dbhere', 'userhere', 'passhere'
    +, {
        AutoCommit => 1,
    ...
        Handle => $dbh,
        Commit => 1,
    });
    
  2. or download this
    my($dbh) = DBI->connect('dbi:Pg:dbname=dbhere', 'userhere', 'passhere'
    +, {
        AutoCommit => 1,
    ...
        Password => 'passhere',
        Commit => 1,
    });
    
  3. or download this
    DBD::Pg::st execute failed: pqReadData() --  read() failed: errno=88 a
    +t /usr/lib/perl5/site_perl/Apache/Session/Store/DBI.pm line 65.
    (in cleanup) DBD::Pg::st execute failed: pqReadData() --  read() faile
    +d: errno=88 at /usr/lib/perl5/site_perl/Apache/Session/Store/DBI.pm l
    +ine 65.