15.03.2011, 14:58
Sometimes i lost data from a query to insert to values to mymsql db here is my query
Is there any way to make it never happen? all help apreciated :')
pawn Код:
new query[256];
format(query, sizeof(query), "INSERT INTO vehicles (carid,Model,Color1,Color2, Locationx, Locationy,Locationz,Angle,Owner,Name) VALUES (NULL, %d, %d, %d,%f, %f, %f, %f,'%s','%s');",model, color1, color2, X, Y, Z, A, name1,name);
mysql_query(query);