Help for this page

Select Code to Download


  1. or download this
    $sqlStr = "select createwbparserun('$directory','$filename')";
    print "$sqlStr\n";
    ...
      $wb_runkey = $aRow[0];
      print "WORKBOOK run key: " . $wb_runkey . "\n";
    }
    
  2. or download this
    #... same preamble as before ...
    
    ...
      $wb_runkey = $aRow->[0];
      print "WORKBOOK run key: " . $wb_runkey . "\n";
    }