Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect( "dbi:ODBC:RETQC_SQL", "sa", "",
     {RaiseError => 1, PrintError => 1, AutoCommit => 0} ) or
    die "Unable to connect: $DBI::errstr\n";
    
  2. or download this
     open( OUTFILE, ">> $destination" ) or die "Couldn't open file for rea
    +ding.$!\n";