Help for this page

Select Code to Download


  1. or download this
    ################################
    ##  Error handler function Called by DBD::Sybase if there is an error 
    +or print statement  
    ...
        }
        return ($return_code);
    }
    
  2. or download this
    my $dbh = DBI->connect("dbi:Sybase:server=$SYB_SERVER;database=$SYB_DB
    +", $SYB_UID, $SYB_PWD,
            { PrintError => 0, syb_err_handler => \&syb_err_handler } );