Hallo, bekomme derzeit folgenden Fehler
mysql_format: invalid format string or destination size (0)
Code:
new query[128];
mysql_format(handle, query, sizeof(query),"UPDATE autos SET x='%f',y='%f',z='%f',r='%f',c_gesperrt='%i' WHERE id='%i'",cInfo[i][c_x],cInfo[i][c_y],cInfo[i][c_z],cInfo[i][c_r],cInfo[i][c_gespeert],cInfo[i][db_id]);
mysql_format(handle,query,false,"","");
wo liegt das problem ?