Help for this page

Select Code to Download


  1. or download this
    $dbh = DBI->connect($db_datasource, $db_user_name,
                        $db_password)
      or die("Could not connect!".$dbh -> errstr);
    
  2. or download this
    $dbh = DBI->connect($db_datasource, $db_user_name,
                        $db_password)
      or die("Could not connect!" . $DBI::errstr);