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