Help for this page

Select Code to Download


  1. or download this
    Driver: ExampleP
    Driver: ODBC
    ...
    
    For help, please send mail to this site's webmaster, giving this error
    + message and the time and date of the error. [Tue Apr 2 14:31:12 2002
    +] E:\Inetpub\cgi-bin\test.pl: install_driver(Sybase) failed: Can't lo
    +ad 'E:/Perl/site/lib/auto/DBD/Sybase/Sybase.dll' for module DBD::Syba
    +se: load_file:The specified module could not be found at E:/Perl/lib/
    +DynaLoader.pm line 206. [Tue Apr 2 14:31:12 2002] E:\Inetpub\cgi-bin\
    +test.pl: Compilation failed in require at (eval 3) line 3. [Tue Apr 2
    + 14:31:12 2002] E:\Inetpub\cgi-bin\test.pl: Perhaps a required shared
    + library or dll isn't installed where expected
    
  2. or download this
    my @drivers = DBI->available_drivers();
    
    ...
        
        print "\n";
    }