Help for this page

Select Code to Download


  1. or download this
    install_driver(Sybase) failed: Can't locate loadable object for module
    + DBD::Sybase in @INC (@INC contains: C:/Perl/site/lib C:/OTRS/Perl/si
    +te/lib C:/OTRS/Perl/l
    ib .) at (eval 4) line 3
    Compilation failed in require at (eval 4) line 3.
    Perhaps a module that DBD::Sybase requires hasn't been fully installed
     at P2.pl line 10
    
  2. or download this
    #!C:/Perl/bin -w 
    use lib 'C:/Perl/site/lib';
    ...
    
    ## Closing the database connection
    $connection->Close();