Lost data in a query
#1

Sometimes i lost data from a query to insert to values to mymsql db here is my query
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);
Is there any way to make it never happen? all help apreciated :')
Reply


Messages In This Thread
Lost data in a query - by Hornet600 - 15.03.2011, 14:58
Re: Lost data in a query - by randomkid88 - 15.03.2011, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)