hi,
Wenn man mit $mysqli->multi_query($Query); eine multi_query ausführt, kann man dann mit $mysql->error
Guck mal:
Returns FALSE if the first statement failed. To retrieve subsequent errors from other statements you have to call mysqli_next_result() first.
Das ist genau das, was die multi_query interessant macht.
Hotti