"; $result = $dbConnection->query($sqlquery); if (DB::isError($result)) die ("$PHP_SELF:
$sqlquery
" . $result->getMessage()); $count = 0; while ($row = $result->fetch_assoc()): $retArray[$count] = $row; $count++; endwhile; $result->free(); $retArrayLen = count($retArray); // print_r($retArray); die(); // Iterate complete array to substitute all existing fields having the delimiter (!!!!) for ($i = 0; $i < $retArrayLen; $i++) : updateStmt("costcenter","csc_id",$retArray[$i]["csc_id"],array("csc_name",$retArray[$i]["cmp_comp4"]),"csc_name = 'Abholung'"); endfor; ?>