16.09.2012, 13:46
So, there isn't a big difference,
i can use %i tho show 500000 as i can use %d ?
Sometimes my sql request bug,
format(query, sizeof(query), "UPDATE `"db_bizs"` SET Price=%i WHERE ID=%d",30000,1);
and it update the price of the biz 1 to 0.
So i ask it could become from the %i
Max
i can use %i tho show 500000 as i can use %d ?
Sometimes my sql request bug,
format(query, sizeof(query), "UPDATE `"db_bizs"` SET Price=%i WHERE ID=%d",30000,1);
and it update the price of the biz 1 to 0.
So i ask it could become from the %i
Max