dimanche 27 avril 2014

mysql error [+4rep]

Hello

I've a problem, look:




Code:







format(string, sizeof(string), "INSERT INTO vehicule (veh_id,veh_model, veh_posx, veh_posy, veh_posz, veh_posa, veh_c1, veh_c2,veh_proprio,veh_essence) VALUES (%d, %d, %f, %f, %f, %f, %d, %d, aucun, %d)",

totalcar,v_info[totalcar][veh_model],v_info[totalcar][veh_pos][0],v_info[totalcar][veh_pos][1],v_info[totalcar][veh_pos][2],v_info[totalcar][veh_pos][3],v_info[totalcar][veh_couleur][0],v_info[totalcar][veh_couleur][1],v_info[totalcar][veh_proprio],v_info[totalcar][veh_essence]);

mysql_function_query(mysql, string, false, "", "");

[16:07:48] Passing query INSERT INTO vehicule (veh_id,veh_model, veh_posx, veh_posy, veh_posz, veh_posa, veh_c1, veh_c2,veh_proprio,veh_essence) VALUES (49, 411, 1.100000, 2.200000, 3.299999, 4.400000, 6, 6, aucun, 0) |

[16:07:48] CMySQLHandler::ProcessQueryThread() - Error will be triggered to OnQueryError()

[16:07:48] OnQueryError() - Called.



The query displays nothing in the error console

Thank




Aucun commentaire:

Enregistrer un commentaire