Help for this page

Select Code to Download


  1. or download this
    while (my ($key, $value) = each(%holidays)) {
    
    ...
            }
        }
    }
    
  2. or download this
    $dbh->dbcancel();
    $dbh->dbclose();
    
  3. or download this
    sub run_sproc() {
    
    ...
        }
        $dbh2->dbclose();
    }
    
  4. or download this
    [Tuesday, 23 October 2012 13:30:02 BST] [DEBUG] gme_process_calendars.
    +pl: Staging holiday info data for: CA: 20251226
    [Tuesday, 23 October 2012 13:30:03 BST] [TRACE] gme_process_calendars.
    +pl: SQL being executed: INSERT INTO stg_holiday_data (hol_mnemonic, h
    +ol_date, hol_comment, dml_type)    VALUES ("CA", 20251226, "upload", 
    +"N")
    ...
        Attempt to initiate a new SQL Server operation with results pendin
    +g.
    [Tuesday, 23 October 2012 13:30:03 BST] [TRACE] 
    gme_process_calendars.pl: Next row being inserted 310107230
    
  5. or download this
        ($dbh2->dbsqlexec() && $dbh2->dbresults ) 
                or &fatalError ("Database error in $sql", "DB_ERROR");