Help for this page

Select Code to Download


  1. or download this
    Can't connect to data source '(LOAD_BALANCE=on)' because I can't work 
    +out what driver to use (it doesn't seem to contain a 'dbi:driver:' pr
    +efix and the DBI_DRIVER env var is not se
    t) at H:\Projects\NLSExport\ExportNLSched.pl line 65
    
  2. or download this
    use strict;
    use lib 'c:/Perl/lib/DBI';
    ...
      die "Unable to connect to PCI Oracle as user $dbUser: $DBI::errstr: 
    +$!";
    }
    $dbh->{RaiseError} = 1;                                               
    +         # So we don't have to check every DBI call we set RaiseError
    +.