Help for this page

Select Code to Download


  1. or download this
       LogIt( $fhDEBUG, "Opening ADODB connection") if $CONFIG{DEBUG} > 3;
    
    ...
          die "<lookup> died something went wrong: ", Win32::OLE->LastErro
    +r(),"\n";
       }
    
  2. or download this
         if($conn->{State} == adStateOpen) {
         $status = "Connection was a success";
         }
    ...
         $status .= $conn->Errors(0)->{Description};
         }