Skip to content

Commit

Permalink
debugging error again
Browse files Browse the repository at this point in the history
  • Loading branch information
david-puglielli committed Mar 22, 2018
1 parent 84b94fa commit 7ee5001
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ for ($v = 0; $v < sizeof($values); ++$v)
for ($i = 8; $i < sizeof($dataTypes); ++$i) {
for ($j = 0; $j < sizeof($dataTypes); ++$j) {
$stmt = sqlsrv_query($conn, $selectQuery[$i][$j]);
echo "$v $i $j\n";

if ($stmt == false) {
$convError = sqlsrv_errors();
Expand Down

0 comments on commit 7ee5001

Please sign in to comment.